docstring_tokens list | code_tokens list |
|---|---|
[
"get",
"a",
"mutable",
"reference",
"to",
"the",
"filter",
"list"
] | [
"return",
"filters",
";"
] |
[
"sets",
"the",
"filters",
"stored",
"in",
"the",
"filter",
"list",
"filters",
"at",
"the",
"front",
"of",
"the",
"list",
"will",
"be",
"invoked",
"first",
"on",
"requests",
"and",
"will",
"be",
"invoked",
"last",
"on",
"responses"
] | [
"if",
"(",
"filters",
"!",
"=",
"null",
")",
"{",
"filters",
"clear",
"(",
")",
";",
"filters",
"add",
"all",
"(",
"filters",
")",
";",
"}"
] |
[
"get",
"the",
"maximum",
"number",
"of",
"individual",
"requests",
"allowed",
"in",
"a",
"multiplexed",
"request"
] | [
"return",
"max",
"requests",
"multiplexed",
";"
] |
[
"sets",
"the",
"maximum",
"number",
"of",
"individual",
"requests",
"allowed",
"in",
"a",
"multiplexed",
"request"
] | [
"max",
"requests",
"multiplexed",
"=",
"max",
"requests",
"multiplexed",
";"
] |
[
"get",
"the",
"set",
"of",
"request",
"header",
"names",
"that",
"are",
"allowed",
"to",
"be",
"used",
"in",
"an",
"individual",
"request",
"of",
"a",
"multiplexed",
"request"
] | [
"return",
"individual",
"request",
"header",
"whitelist",
";"
] |
[
"set",
"the",
"set",
"of",
"request",
"header",
"names",
"that",
"are",
"allowed",
"to",
"be",
"used",
"in",
"an",
"individual",
"request",
"of",
"a",
"multiplexed",
"request"
] | [
"individual",
"request",
"header",
"whitelist",
"=",
"(",
"header",
"names",
"!",
"=",
"null",
")",
"?",
"header",
"names",
":",
"collections",
"<",
"string",
">",
"empty",
"set",
"(",
")",
";"
] |
[
"set",
"the",
"multiplexed",
"request",
"run",
"mode",
"multiplexer",
"run",
"mode",
"specifies",
"if",
"all",
"requests",
"belonging",
"to",
"the",
"{"
] | [
"multiplexer",
"run",
"mode",
"=",
"multiplexer",
"run",
"mode",
";"
] |
[
"adds",
"a",
"{"
] | [
"resource",
"definition",
"listeners",
"add",
"(",
"listener",
")",
";"
] |
[
"gets",
"the",
"<",
"code",
">",
"resource",
"definition",
"listener",
"<",
"/",
"code",
">",
"s"
] | [
"return",
"resource",
"definition",
"listeners",
";"
] |
[
"gets",
"whether",
"or",
"not",
"to",
"use",
"{"
] | [
"return",
"use",
"stream",
"codec",
";"
] |
[
"sets",
"whether",
"or",
"not",
"to",
"use",
"{"
] | [
"use",
"stream",
"codec",
"=",
"use",
"stream",
"codec",
";"
] |
[
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"... | [
"this",
"vectorization",
"examined",
"=",
"vectorization",
"examined",
";"
] |
[
"set",
"the",
"connection",
"factory",
"to",
"be",
"used",
"by",
"this",
"dao"
] | [
"if",
"(",
"this",
"cci",
"template",
"=",
"=",
"null",
"|",
"|",
"connection",
"factory",
"!",
"=",
"this",
"cci",
"template",
"get",
"connection",
"factory",
"(",
")",
")",
"{",
"this",
"cci",
"template",
"=",
"create",
"cci",
"template",
"(",
"conne... |
[
"create",
"a",
"cci",
"template",
"for",
"the",
"given",
"connection",
"factory",
"only",
"invoked",
"if",
"populating",
"the",
"dao",
"with",
"a",
"connection",
"factory",
"reference",
"!",
"<",
"p",
">",
"can",
"be",
"overridden",
"in",
"subclasses",
"to",... | [
"return",
"new",
"cci",
"template",
"(",
"connection",
"factory",
")",
";"
] |
[
"return",
"the",
"connection",
"factory",
"used",
"by",
"this",
"dao"
] | [
"return",
"(",
"this",
"cci",
"template",
"!",
"=",
"null",
"?",
"this",
"cci",
"template",
"get",
"connection",
"factory",
"(",
")",
":",
"null",
")",
";"
] |
[
"set",
"the",
"cci",
"template",
"for",
"this",
"dao",
"explicitly",
"as",
"an",
"alternative",
"to",
"specifying",
"a",
"connection",
"factory"
] | [
"this",
"cci",
"template",
"=",
"cci",
"template",
";"
] |
[
"return",
"the",
"cci",
"template",
"for",
"this",
"dao",
"pre",
"-",
"initialized",
"with",
"the",
"connection",
"factory",
"or",
"set",
"explicitly"
] | [
"return",
"this",
"cci",
"template",
";"
] |
[
"close",
"the",
"given",
"cci",
"connection",
"created",
"via",
"this",
"bean",
"s",
"connection",
"factory",
"if",
"it",
"isn",
"t",
"bound",
"to",
"the",
"thread"
] | [
"connection",
"factory",
"utils",
"release",
"connection",
"(",
"con",
",",
"get",
"connection",
"factory",
"(",
")",
")",
";"
] |
[
"set",
"whether",
"history",
"should",
"be",
"enabled"
] | [
"this",
"history",
"enabled",
"=",
"flag",
";"
] |
[
"set",
"relative",
"path",
"to",
"source",
"root"
] | [
"this",
"directory",
"name",
"relative",
"=",
"dir",
";"
] |
[
"get",
"the",
"name",
"of",
"the",
"root",
"directory",
"for",
"this",
"repository"
] | [
"return",
"paths",
"get",
"(",
"runtime",
"environment",
"get",
"instance",
"(",
")",
"get",
"source",
"root",
"path",
"(",
")",
",",
"directory",
"name",
"relative",
")",
"to",
"string",
"(",
")",
";"
] |
[
"returns",
"true",
"if",
"this",
"repository",
"is",
"usable",
"in",
"this",
"context",
"(",
"for",
"scm",
"systems",
"that",
"use",
"external",
"binaries",
"the",
"binary",
"must",
"be",
"available",
"etc",
")"
] | [
"return",
"working",
"!",
"=",
"null",
"&",
"&",
"working",
";"
] |
[
"set",
"the",
"property",
"working"
] | [
"this",
"working",
"=",
"working",
";"
] |
[
"<",
"p",
">",
"the",
"current",
"service",
"software",
"version",
"that",
"is",
"present",
"on",
"the",
"domain",
"<",
"/",
"p",
">"
] | [
"this",
"current",
"version",
"=",
"current",
"version",
";"
] |
[
"fill",
"configurable",
"properties",
"from",
"associated",
"project",
"(",
"if",
"any",
")",
"or",
"configuration"
] | [
"project",
"proj",
"=",
"project",
"get",
"project",
"(",
"get",
"directory",
"name",
"relative",
"(",
")",
")",
";",
"if",
"(",
"proj",
"!",
"=",
"null",
")",
"{",
"set",
"history",
"enabled",
"(",
"proj",
"is",
"history",
"enabled",
"(",
")",
")",
... |
[
"return",
"the",
"filter",
"object",
"that",
"this",
"port",
"belongs",
"to"
] | [
"return",
"m",
"filter",
";"
] |
[
"<",
"p",
">",
"the",
"name",
"of",
"the",
"container",
"to",
"query",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"container",
"name",
";"
] |
[
"<",
"p",
">",
"the",
"name",
"of",
"the",
"container",
"that",
"the",
"policy",
"is",
"assigned",
"to",
"<",
"/",
"p",
">"
] | [
"set",
"container",
"name",
"(",
"container",
"name",
")",
";",
"return",
"this",
";"
] |
[
"returns",
"true",
"if",
"this",
"contains",
"at",
"least",
"one",
"{"
] | [
"for",
"(",
"state",
"object",
"state",
":",
"state",
"objects",
")",
"{",
"if",
"(",
"state",
"!",
"=",
"null",
")",
"{",
"return",
"true",
";",
"}",
"}",
"return",
"false",
";"
] |
[
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"... | [
"return",
"(",
"state",
"object",
"collection",
"<",
"t",
">",
")",
"empty",
";"
] |
[
"build",
"a",
"cylinder"
] | [
"build",
"(",
"builder",
",",
"width",
",",
"height",
",",
"depth",
",",
"divisions",
",",
"0",
",",
"360",
")",
";"
] |
[
"build",
"a",
"cylinder"
] | [
"build",
"(",
"builder",
",",
"width",
",",
"height",
",",
"depth",
",",
"divisions",
",",
"angle",
"from",
",",
"angle",
"to",
",",
"true",
")",
";"
] |
[
"attempt",
"to",
"test",
"https",
":",
"/",
"/",
"github",
"com",
"/",
"bluelinelabs",
"/",
"conductor",
"/",
"issues",
"/",
"86",
"#",
"issuecomment",
"-",
"231381271"
] | [
"test",
"controller",
"controller",
"a",
"=",
"new",
"test",
"controller",
"(",
")",
";",
"test",
"controller",
"controller",
"b",
"=",
"new",
"test",
"controller",
"(",
")",
";",
"test",
"controller",
"child",
"controller",
"=",
"new",
"test",
"controller",... |
[
"specifies",
"the",
"colorspace",
"of",
"an",
"input",
"this",
"setting",
"works",
"in",
"tandem",
"with",
"color",
"space",
"conversion",
"to",
"determine",
"if",
"any",
"conversion",
"will",
"be",
"performed"
] | [
"this",
"color",
"space",
"=",
"color",
"space",
"to",
"string",
"(",
")",
";",
"return",
"this",
";"
] |
[
"applies",
"only",
"if",
"color",
"space",
"is",
"a",
"value",
"other",
"than",
"follow",
"this",
"field",
"controls",
"how",
"the",
"value",
"in",
"the",
"color",
"space",
"field",
"will",
"be",
"used",
"fallback",
"means",
"that",
"when",
"the",
"input",... | [
"this",
"color",
"space",
"usage",
"=",
"color",
"space",
"usage",
"to",
"string",
"(",
")",
";",
"return",
"this",
";"
] |
[
"the",
"video",
"selector",
"settings"
] | [
"this",
"selector",
"settings",
"=",
"selector",
"settings",
";"
] |
[
"the",
"video",
"selector",
"settings"
] | [
"return",
"this",
"selector",
"settings",
";"
] |
[
"the",
"video",
"selector",
"settings"
] | [
"set",
"selector",
"settings",
"(",
"selector",
"settings",
")",
";",
"return",
"this",
";"
] |
[
"init",
"affinity"
] | [
"try",
"{",
"final",
"object",
"aff",
"key",
"0",
"=",
"ctx",
"affinity",
"(",
")",
"affinity",
"key",
"(",
"cache",
"name",
",",
"aff",
"key",
")",
";",
"node",
"=",
"ctx",
"affinity",
"(",
")",
"map",
"key",
"to",
"node",
"(",
"cache",
"name",
... |
[
"creates",
"a",
"deterministic",
"key",
"chain",
"starting",
"from",
"the",
"given",
"entropy",
"all",
"keys",
"yielded",
"by",
"this",
"chain",
"will",
"be",
"the",
"same",
"if",
"the",
"starting",
"entropy",
"is",
"the",
"same",
"you",
"should",
"provide",... | [
"this",
"entropy",
"=",
"entropy",
";",
"return",
"self",
"(",
")",
";"
] |
[
"creates",
"a",
"deterministic",
"key",
"chain",
"starting",
"from",
"the",
"given",
"seed",
"all",
"keys",
"yielded",
"by",
"this",
"chain",
"will",
"be",
"the",
"same",
"if",
"the",
"starting",
"seed",
"is",
"the",
"same"
] | [
"this",
"seed",
"=",
"seed",
";",
"return",
"self",
"(",
")",
";"
] |
[
"generates",
"a",
"new",
"key",
"chain",
"with",
"entropy",
"selected",
"randomly",
"from",
"the",
"given",
"{"
] | [
"this",
"random",
"=",
"random",
";",
"this",
"bits",
"=",
"bits",
";",
"return",
"self",
"(",
")",
";"
] |
[
"generates",
"a",
"new",
"key",
"chain",
"with",
"128",
"bits",
"of",
"entropy",
"selected",
"randomly",
"from",
"the",
"given",
"{"
] | [
"this",
"random",
"=",
"random",
";",
"return",
"self",
"(",
")",
";"
] |
[
"creates",
"a",
"deterministic",
"key",
"chain",
"with",
"the",
"given",
"watch",
"key",
"and",
"that",
"follows",
"some",
"other",
"keychain",
"in",
"a",
"married",
"wallet",
"following",
"keychain",
"represents",
"spouse",
"watch",
"key",
"has",
"to",
"be",
... | [
"return",
"new",
"deterministic",
"key",
"chain",
"(",
"watch",
"key",
",",
"true",
")",
";"
] |
[
"creates",
"a",
"key",
"chain",
"that",
"watches",
"the",
"given",
"account",
"key"
] | [
"return",
"new",
"deterministic",
"key",
"chain",
"(",
"account",
"key",
")",
";"
] |
[
"creates",
"a",
"key",
"chain",
"that",
"can",
"spend",
"from",
"the",
"given",
"account",
"key"
] | [
"return",
"new",
"deterministic",
"key",
"chain",
"(",
"account",
"key",
",",
"false",
",",
"false",
")",
";"
] |
[
"override",
"in",
"subclasses",
"to",
"use",
"a",
"different",
"account",
"derivation",
"path"
] | [
"if",
"(",
"account",
"path",
"!",
"=",
"null",
")",
"return",
"account",
"path",
";",
"return",
"account",
"zero",
"path",
";"
] |
[
"order",
"for",
"serialization",
"amongst",
"other",
"things"
] | [
"external",
"parent",
"key",
"=",
"hierarchy",
"derive",
"child",
"(",
"get",
"account",
"path",
"(",
")",
",",
"false",
",",
"false",
",",
"child",
"number",
"zero",
")",
";",
"internal",
"parent",
"key",
"=",
"hierarchy",
"derive",
"child",
"(",
"get",... |
[
"returns",
"a",
"freshly",
"derived",
"key",
"that",
"has",
"not",
"been",
"returned",
"by",
"this",
"method",
"before"
] | [
"return",
"get",
"keys",
"(",
"purpose",
",",
"1",
")",
"get",
"(",
"0",
")",
";"
] |
[
"mark",
"the",
"deterministic",
"key",
"as",
"used",
"also",
"correct",
"the",
"issued",
"{",
"internal",
"|",
"external",
"}",
"keys",
"counter",
"because",
"all",
"lower",
"children",
"seem",
"to",
"be",
"requested",
"already",
"if",
"the",
"counter",
"was... | [
"int",
"num",
"children",
"=",
"k",
"get",
"child",
"number",
"(",
")",
"i",
"(",
")",
"+",
"1",
";",
"if",
"(",
"k",
"get",
"parent",
"(",
")",
"=",
"=",
"internal",
"parent",
"key",
")",
"{",
"if",
"(",
"issued",
"internal",
"keys",
"<",
"num... |
[
"mark",
"the",
"deterministic",
"keys",
"as",
"used",
"if",
"they",
"match",
"the",
"pubkey",
"hash",
"see",
"{"
] | [
"lock",
"lock",
"(",
")",
";",
"try",
"{",
"deterministic",
"key",
"k",
"=",
"(",
"deterministic",
"key",
")",
"basic",
"key",
"chain",
"find",
"key",
"from",
"pub",
"hash",
"(",
"pubkey",
"hash",
")",
";",
"if",
"(",
"k",
"!",
"=",
"null",
")",
... |
[
"mark",
"the",
"deterministic",
"keys",
"as",
"used",
"if",
"they",
"match",
"the",
"pubkey",
"see",
"{"
] | [
"lock",
"lock",
"(",
")",
";",
"try",
"{",
"deterministic",
"key",
"k",
"=",
"(",
"deterministic",
"key",
")",
"basic",
"key",
"chain",
"find",
"key",
"from",
"pub",
"key",
"(",
"pubkey",
")",
";",
"if",
"(",
"k",
"!",
"=",
"null",
")",
"mark",
"... |
[
"returns",
"the",
"deterministic",
"key",
"for",
"the",
"given",
"absolute",
"path",
"in",
"the",
"hierarchy"
] | [
"return",
"get",
"key",
"by",
"path",
"(",
"immutable",
"list",
"copy",
"of",
"(",
"path",
")",
")",
";"
] |
[
"returns",
"the",
"deterministic",
"key",
"for",
"the",
"given",
"absolute",
"path",
"in",
"the",
"hierarchy"
] | [
"return",
"get",
"key",
"by",
"path",
"(",
"path",
",",
"false",
")",
";"
] |
[
"returns",
"the",
"deterministic",
"key",
"for",
"the",
"given",
"absolute",
"path",
"in",
"the",
"hierarchy",
"optionally",
"creating",
"it"
] | [
"return",
"hierarchy",
"get",
"(",
"path",
",",
"false",
",",
"create",
")",
";"
] |
[
"<",
"p",
">",
"an",
"alias",
"for",
"{",
"@",
"code",
"get",
"key",
"by",
"path",
"(",
"get",
"account",
"path",
"(",
")",
")",
"}",
"<",
"/",
"p",
">"
] | [
"return",
"get",
"key",
"by",
"path",
"(",
"get",
"account",
"path",
"(",
")",
")",
";"
] |
[
"returns",
"true",
"if",
"this",
"chain",
"is",
"watch",
"only",
"meaning",
"it",
"has",
"public",
"keys",
"but",
"no",
"private",
"key"
] | [
"return",
"get",
"watching",
"key",
"(",
")",
"is",
"watching",
"(",
")",
";"
] |
[
"returns",
"number",
"of",
"leaf",
"keys",
"used",
"including",
"both",
"internal",
"and",
"external",
"paths",
"this",
"may",
"be",
"fewer",
"than",
"the",
"number",
"that",
"have",
"been",
"deserialized",
"or",
"held",
"in",
"memory",
"because",
"of",
"the... | [
"lock",
"lock",
"(",
")",
";",
"try",
"{",
"return",
"issued",
"external",
"keys",
"+",
"issued",
"internal",
"keys",
";",
"}",
"finally",
"{",
"lock",
"unlock",
"(",
")",
";",
"}"
] |
[
"returns",
"a",
"list",
"of",
"words",
"that",
"represent",
"the",
"seed",
"or",
"null",
"if",
"this",
"chain",
"is",
"a",
"watching",
"chain"
] | [
"if",
"(",
"seed",
"=",
"=",
"null",
")",
"return",
"null",
";",
"lock",
"lock",
"(",
")",
";",
"try",
"{",
"return",
"seed",
"get",
"mnemonic",
"code",
"(",
")",
";",
"}",
"finally",
"{",
"lock",
"unlock",
"(",
")",
";",
"}"
] |
[
"return",
"true",
"if",
"this",
"keychain",
"is",
"following",
"another",
"keychain"
] | [
"return",
"is",
"following",
";"
] |
[
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"... | [
"list",
"<",
"protos",
"key",
">",
"result",
"=",
"new",
"array",
"list",
"(",
")",
";",
"lock",
"lock",
"(",
")",
";",
"try",
"{",
"result",
"add",
"all",
"(",
"serialize",
"myself",
"to",
"protobuf",
"(",
")",
")",
";",
"}",
"finally",
"{",
"lo... |
[
"factory",
"method",
"to",
"create",
"a",
"key",
"chain",
"from",
"a",
"seed",
"subclasses",
"should",
"override",
"this",
"to",
"create",
"an",
"instance",
"of",
"the",
"subclass",
"instead",
"of",
"a",
"plain",
"dkc",
"this",
"is",
"used",
"in",
"encrypt... | [
"return",
"new",
"deterministic",
"key",
"chain",
"(",
"seed",
",",
"account",
"path",
")",
";"
] |
[
"<",
"p",
">",
"the",
"number",
"of",
"public",
"keys",
"we",
"should",
"pre",
"-",
"generate",
"on",
"each",
"path",
"before",
"they",
"are",
"requested",
"by",
"the",
"app",
"this",
"is",
"required",
"so",
"that",
"when",
"scanning",
"through",
"the",
... | [
"lock",
"lock",
"(",
")",
";",
"try",
"{",
"return",
"lookahead",
"size",
";",
"}",
"finally",
"{",
"lock",
"unlock",
"(",
")",
";",
"}"
] |
[
"sets",
"a",
"new",
"lookahead",
"size",
"see",
"{"
] | [
"lock",
"lock",
"(",
")",
";",
"try",
"{",
"boolean",
"readjust",
"threshold",
"=",
"this",
"lookahead",
"threshold",
"=",
"=",
"calc",
"default",
"lookahead",
"threshold",
"(",
")",
";",
"this",
"lookahead",
"size",
"=",
"lookahead",
"size",
";",
"if",
... |
[
"gets",
"the",
"threshold",
"for",
"the",
"key",
"pre",
"-",
"generation",
"see",
"{"
] | [
"lock",
"lock",
"(",
")",
";",
"try",
"{",
"if",
"(",
"lookahead",
"threshold",
">",
"=",
"lookahead",
"size",
")",
"return",
"0",
";",
"return",
"lookahead",
"threshold",
";",
"}",
"finally",
"{",
"lock",
"unlock",
"(",
")",
";",
"}"
] |
[
"housekeeping",
"call",
"to",
"call",
"when",
"lookahead",
"might",
"be",
"needed",
"normally",
"called",
"automatically",
"by",
"keychain",
"group"
] | [] |
[
"returns",
"number",
"of",
"keys",
"used",
"on",
"external",
"path",
"this",
"may",
"be",
"fewer",
"than",
"the",
"number",
"that",
"have",
"been",
"deserialized",
"or",
"held",
"in",
"memory",
"because",
"of",
"the",
"lookahead",
"zone"
] | [
"lock",
"lock",
"(",
")",
";",
"try",
"{",
"return",
"issued",
"external",
"keys",
";",
"}",
"finally",
"{",
"lock",
"unlock",
"(",
")",
";",
"}"
] |
[
"returns",
"number",
"of",
"keys",
"used",
"on",
"internal",
"path",
"this",
"may",
"be",
"fewer",
"than",
"the",
"number",
"that",
"have",
"been",
"deserialized",
"or",
"held",
"in",
"memory",
"because",
"of",
"the",
"lookahead",
"zone"
] | [
"lock",
"lock",
"(",
")",
";",
"try",
"{",
"return",
"issued",
"internal",
"keys",
";",
"}",
"finally",
"{",
"lock",
"unlock",
"(",
")",
";",
"}"
] |
[
"returns",
"the",
"seed",
"or",
"null",
"if",
"this",
"chain",
"is",
"a",
"watching",
"chain"
] | [
"lock",
"lock",
"(",
")",
";",
"try",
"{",
"return",
"seed",
";",
"}",
"finally",
"{",
"lock",
"unlock",
"(",
")",
";",
"}"
] |
[
"/",
"*",
"package"
] | [
"list",
"<",
"e",
"c",
"key",
">",
"keys",
"=",
"basic",
"key",
"chain",
"get",
"keys",
"(",
")",
";",
"if",
"(",
"!",
"include",
"lookahead",
")",
"{",
"int",
"tree",
"size",
"=",
"internal",
"parent",
"key",
"get",
"path",
"(",
")",
"size",
"("... |
[
"returns",
"only",
"the",
"external",
"keys",
"that",
"have",
"been",
"issued",
"by",
"this",
"chain",
"lookahead",
"not",
"included"
] | [
"final",
"list",
"<",
"e",
"c",
"key",
">",
"keys",
"=",
"new",
"array",
"list",
"<",
">",
"(",
"get",
"keys",
"(",
"false",
",",
"false",
")",
")",
";",
"for",
"(",
"iterator",
"<",
"e",
"c",
"key",
">",
"i",
"=",
"keys",
"iterator",
"(",
")... |
[
"returns",
"leaf",
"keys",
"issued",
"by",
"this",
"chain",
"(",
"including",
"lookahead",
"zone",
")"
] | [
"immutable",
"list",
"builder",
"<",
"deterministic",
"key",
">",
"keys",
"=",
"immutable",
"list",
"builder",
"(",
")",
";",
"for",
"(",
"e",
"c",
"key",
"key",
":",
"get",
"keys",
"(",
"true",
",",
"false",
")",
")",
"{",
"deterministic",
"key",
"d... |
[
"returns",
"a",
"counter",
"that",
"is",
"incremented",
"each",
"time",
"new",
"keys",
"are",
"generated",
"due",
"to",
"lookahead",
"used",
"by",
"the",
"network",
"code",
"to",
"learn",
"whether",
"to",
"discard",
"the",
"current",
"block",
"and",
"await",... | [
"lock",
"lock",
"(",
")",
";",
"try",
"{",
"return",
"key",
"lookahead",
"epoch",
";",
"}",
"finally",
"{",
"lock",
"unlock",
"(",
")",
";",
"}"
] |
[
"whether",
"the",
"keychain",
"is",
"married",
"a",
"keychain",
"is",
"married",
"when",
"it",
"vends",
"p2sh",
"addresses",
"from",
"multiple",
"keychains",
"in",
"a",
"multisig",
"relationship"
] | [
"return",
"false",
";"
] |
[
"get",
"redeem",
"data",
"for",
"a",
"key",
"only",
"applicable",
"to",
"married",
"keychains"
] | [
"throw",
"new",
"unsupported",
"operation",
"exception",
"(",
")",
";"
] |
[
"create",
"a",
"new",
"key",
"and",
"return",
"the",
"matching",
"output",
"script",
"only",
"applicable",
"to",
"married",
"keychains"
] | [
"throw",
"new",
"unsupported",
"operation",
"exception",
"(",
")",
";"
] |
[
"the",
"number",
"of",
"signatures",
"required",
"to",
"spend",
"coins",
"received",
"by",
"this",
"keychain"
] | [
"this",
"sigs",
"required",
"to",
"spend",
"=",
"sigs",
"required",
"to",
"spend",
";"
] |
[
"returns",
"the",
"number",
"of",
"signatures",
"required",
"to",
"spend",
"transactions",
"for",
"this",
"key",
"chain",
"it",
"s",
"the",
"n",
"from",
"n",
"-",
"of",
"-",
"m",
"checkmultisig",
"script",
"for",
"p2sh",
"transactions",
"and",
"always",
"1... | [
"return",
"sigs",
"required",
"to",
"spend",
";"
] |
[
"returns",
"the",
"redeem",
"script",
"by",
"its",
"hash",
"or",
"null",
"if",
"this",
"keychain",
"did",
"not",
"generate",
"the",
"script"
] | [
"return",
"null",
";"
] |
[
"creates",
"the",
"default",
"factory",
"implementation",
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"try",
"{",
"model",
"factory",
"the",
"model",
"factory",
"=",
"(",
"model",
"factory",
")",
"e",
"package",
"registry",
"instance",
"get",
"e",
"factory",
"(",
"model",
"package",
"e",
"n",
"s",
"uri",
")",
";",
"if",
"(",
"the",
"model",
"factory",
... |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"o",
"h",
"t",
"f",
"sub",
"device",
"admin",
"device",
"impl",
"<",
"tfc",
",",
"ids",
">",
"ohtf",
"sub",
"device",
"admin",
"device",
"=",
"new",
"o",
"h",
"t",
"f",
"sub",
"device",
"admin",
"device",
"impl",
"<",
"tfc",
",",
"ids",
">",
"(",... |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"o",
"h",
"config",
"impl",
"oh",
"config",
"=",
"new",
"o",
"h",
"config",
"impl",
"(",
")",
";",
"return",
"oh",
"config",
";"
] |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"ecosystem",
"impl",
"ecosystem",
"=",
"new",
"ecosystem",
"impl",
"(",
")",
";",
"return",
"ecosystem",
";"
] |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"m",
"brickd",
"impl",
"m",
"brickd",
"=",
"new",
"m",
"brickd",
"impl",
"(",
")",
";",
"return",
"m",
"brickd",
";"
] |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"m",
"bricklet",
"dual",
"button",
"impl",
"m",
"bricklet",
"dual",
"button",
"=",
"new",
"m",
"bricklet",
"dual",
"button",
"impl",
"(",
")",
";",
"return",
"m",
"bricklet",
"dual",
"button",
";"
] |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"m",
"bricklet",
"piezo",
"speaker",
"impl",
"m",
"bricklet",
"piezo",
"speaker",
"=",
"new",
"m",
"bricklet",
"piezo",
"speaker",
"impl",
"(",
")",
";",
"return",
"m",
"bricklet",
"piezo",
"speaker",
";"
] |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"dual",
"button",
"button",
"impl",
"dual",
"button",
"button",
"=",
"new",
"dual",
"button",
"button",
"impl",
"(",
")",
";",
"return",
"dual",
"button",
"button",
";"
] |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"m",
"bricklet",
"accelerometer",
"impl",
"m",
"bricklet",
"accelerometer",
"=",
"new",
"m",
"bricklet",
"accelerometer",
"impl",
"(",
")",
";",
"return",
"m",
"bricklet",
"accelerometer",
";"
] |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"accelerometer",
"direction",
"impl",
"accelerometer",
"direction",
"=",
"new",
"accelerometer",
"direction",
"impl",
"(",
")",
";",
"return",
"accelerometer",
"direction",
";"
] |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"accelerometer",
"temperature",
"impl",
"accelerometer",
"temperature",
"=",
"new",
"accelerometer",
"temperature",
"impl",
"(",
")",
";",
"return",
"accelerometer",
"temperature",
";"
] |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"accelerometer",
"led",
"impl",
"accelerometer",
"led",
"=",
"new",
"accelerometer",
"led",
"impl",
"(",
")",
";",
"return",
"accelerometer",
"led",
";"
] |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"m",
"bricklet",
"laser",
"range",
"finder",
"impl",
"m",
"bricklet",
"laser",
"range",
"finder",
"=",
"new",
"m",
"bricklet",
"laser",
"range",
"finder",
"impl",
"(",
")",
";",
"return",
"m",
"bricklet",
"laser",
"range",
"finder",
";"
] |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"laser",
"range",
"finder",
"laser",
"impl",
"laser",
"range",
"finder",
"laser",
"=",
"new",
"laser",
"range",
"finder",
"laser",
"impl",
"(",
")",
";",
"return",
"laser",
"range",
"finder",
"laser",
";"
] |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"laser",
"range",
"finder",
"distance",
"impl",
"laser",
"range",
"finder",
"distance",
"=",
"new",
"laser",
"range",
"finder",
"distance",
"impl",
"(",
")",
";",
"return",
"laser",
"range",
"finder",
"distance",
";"
] |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"laser",
"range",
"finder",
"velocity",
"impl",
"laser",
"range",
"finder",
"velocity",
"=",
"new",
"laser",
"range",
"finder",
"velocity",
"impl",
"(",
")",
";",
"return",
"laser",
"range",
"finder",
"velocity",
";"
] |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"m",
"bricklet",
"color",
"impl",
"m",
"bricklet",
"color",
"=",
"new",
"m",
"bricklet",
"color",
"impl",
"(",
")",
";",
"return",
"m",
"bricklet",
"color",
";"
] |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"color",
"color",
"impl",
"color",
"color",
"=",
"new",
"color",
"color",
"impl",
"(",
")",
";",
"return",
"color",
"color",
";"
] |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"color",
"illuminance",
"impl",
"color",
"illuminance",
"=",
"new",
"color",
"illuminance",
"impl",
"(",
")",
";",
"return",
"color",
"illuminance",
";"
] |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"color",
"color",
"temperature",
"impl",
"color",
"color",
"temperature",
"=",
"new",
"color",
"color",
"temperature",
"impl",
"(",
")",
";",
"return",
"color",
"color",
"temperature",
";"
] |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"color",
"led",
"impl",
"color",
"led",
"=",
"new",
"color",
"led",
"impl",
"(",
")",
";",
"return",
"color",
"led",
";"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.