MCPcopy Create free account

hub / github.com/d1ll0n/stack-packer / functions

Functions174 in github.com/d1ll0n/stack-packer

↓ 1 callersFunctiongetOverflowTest
(args: string[], field: ProcessedField)
src/code-gen/test/foundry.ts:125
↓ 1 callersFunctiongetPaths
(argv: { output: string; input: string; constantsFile: any; testContracts?: string; hardhatOutput?: string; })
src/cli.ts:17
↓ 1 callersFunctiongetReadField
( struct: AbiStruct, field: AbiStructField, offset: number, context: FileContext, maxValueReference:
src/code-gen/fields.ts:275
↓ 1 callersFunctiongetSetField
( struct: AbiStruct, field: AbiStructField, offset: number, context: FileContext, originalName: stri
src/code-gen/fields.ts:241
↓ 1 callersFunctiongetTestContractsDirectory
(opts: { contractsDirectory?: string; output?: string; testContracts?: string; })
src/project/hardhat.ts:8
↓ 1 callersFunctiongetUnderflowTest
(args: string[], field: ProcessedField)
src/code-gen/test/hardhat.ts:127
↓ 1 callersFunctiongetUnderflowTest
(args: string[], field: ProcessedField)
src/code-gen/test/foundry.ts:126
↓ 1 callersMethodhandleType
(input: DefinedType)
src/parser/index.ts:96
↓ 1 callersFunctionisSupportedNode
(x: ASTNode)
src/parser/parser.ts:163
↓ 1 callersFunctionmodifyLastString
( arrOrStr: ArrayJoinInput<string>, cb: StringModificationCallback )
src/lib/text.ts:123
↓ 1 callersFunctionmodifyString
(original: string, modification: StringModification)
src/lib/text.ts:58
↓ 1 callersFunctionoverflowRevert
(constantReferences: string[])
src/code-gen/functions.ts:190
↓ 1 callersFunctionpadEvenBytes
(s: string)
src/lib/bytes.ts:1
↓ 1 callersFunctionparseCode
(sourceCode: string)
src/parser/index.ts:199
↓ 1 callersFunctionparseFile
(file: string)
src/parser/parser.ts:167
↓ 1 callersFunctionparseTypeName
(scopeName: string, typeName: AntlrTypeName)
src/parser/parser.ts:21
↓ 1 callersFunctionprettierFormat
(code: string)
src/code-gen/prettier.ts:55
↓ 1 callersFunctionprocessFields
( struct: AbiStruct, context: FileContext )
src/code-gen/fields.ts:154
↓ 1 callersFunctionprocessStruct
( abiStruct: AbiStruct, context: FileContext )
src/code-gen/fields.ts:212
↓ 1 callersMethodputEnum
(namePath: string, _enum: AbiEnum)
src/parser/index.ts:178
↓ 1 callersMethodputError
(namePath: string, error: AbiError)
src/parser/index.ts:183
↓ 1 callersMethodputEvent
(namePath: string, event: AbiEvent)
src/parser/index.ts:188
↓ 1 callersMethodputFunction
(namePath: string, fn: AbiFunction)
src/parser/index.ts:193
↓ 1 callersMethodputStruct
(namePath: string, struct: AbiStruct)
src/parser/index.ts:173
↓ 1 callersFunctionrecursiveDirectorySearch
(_dirPath)
src/parser/parser.ts:178
↓ 1 callersFunctionrecursiveMkDirIfNotExists
(target: string, original: string)
src/project/paths.ts:32
↓ 1 callersFunctionresolveGroupMembers
( struct: AbiStruct, group: GroupType, fields: ProcessedField[], )
src/code-gen/fields.ts:53
↓ 1 callersFunctionstrip
(str: string)
src/code-gen/word-packer.ts:23
↓ 1 callersFunctiontoAbsolutePath
(target: string)
src/project/paths.ts:49
↓ 1 callersMethodtoCamelCase
()
src/lib/String.ts:3
↓ 1 callersFunctiontoCommentSeparator
(comment: string)
src/code-gen/comments.ts:6
↓ 1 callersFunctiontoNatspec
(comments: string[])
src/code-gen/comments.ts:15
↓ 1 callersFunctiontryFindFoundryDirectories
(output: string)
src/project/foundry.ts:12
↓ 1 callersFunctiontryFindHardhatDirectories
(output?: string, input?: string)
src/project/hardhat.ts:59
↓ 1 callersFunctiontryGetPrettierOptions
()
src/code-gen/prettier.ts:23
Method_getCallWithAssignment
(_fn: string, inputs: string[], outputs: string[], forceDestructuring?: boolean)
src/code-gen/test/generic.ts:122
MethodallErrors
()
src/parser/index.ts:45
MethodallEvents
()
src/parser/index.ts:49
MethodallFunctions
()
src/parser/index.ts:53
MethodallStructs
()
src/parser/index.ts:38
MethodbuildGroup
(struct: AbiStruct, group: GroupType)
src/parser/index.ts:79
FunctionbuildImportStatement
(file: string, imports: string[])
src/code-gen/codegen-helpers.ts:109
MethodcheckOverflows
()
src/code-gen/context.ts:42
Methodconstructor
(parsed: DefinedType[])
src/parser/index.ts:32
Methodconstructor
(public opts: GeneratorOptions)
src/code-gen/context.ts:40
Methodconstructor
( elementaryValuesGetter: ElementaryValuesGetter, // getCallWithAssignment: ( // contactName: st
src/code-gen/test/generic.ts:60
Methodconstructor
()
src/code-gen/test/hardhat.ts:44
Methodconstructor
()
src/code-gen/test/foundry.ts:44
FunctiongenerateFoundryTest
( struct: ProcessedStruct, functions: CodeGenFunction[], libraryName: string )
src/code-gen/test/foundry.ts:207
FunctiongetCallFunction
(fn: AbiFunction, context: FileContext)
src/code-gen/functions.ts:290
MethodgetCallWithAssignment
( contactName: string, fn: string, inputs: string[], outputs: string[], forceDestructuring
src/code-gen/test/hardhat.ts:50
MethodgetCallWithAssignment
( contactName: string, fn: string, inputs: string[], outputs: string[] )
src/code-gen/test/foundry.ts:50
FunctiongetEmitFunction
(event: AbiEvent, context: FileContext)
src/code-gen/functions.ts:263
FunctiongetFieldGetterName
(field: ProcessedField)
src/code-gen/fields.ts:107
FunctiongetFieldSetterName
(field: ProcessedField)
src/code-gen/fields.ts:104
FunctiongetFoundryProject
(argv: { output: string; input: string; constantsFile: any; testContracts: string; })
src/project/foundry.ts:24
FunctiongetInclusionMask
(bits: number)
src/lib/bytes.ts:40
FunctiongetThrowFunction
(error: AbiError, context: FileContext)
src/code-gen/functions.ts:239
FunctionjoinWithLineLimit
(chunks: string[], limit: number)
src/lib/text.ts:7
FunctionmodifyFirstString
( arrOrStr: ArrayJoinInput<string>, cb: StringModificationCallback )
src/lib/text.ts:118
FunctionnumberToPascalCaseWords
(n: number)
src/lib/text.ts:131
FunctionparseCode2
(sourceCode: string)
src/parser/index.ts:205
FunctionparseContract
(contractNode: ContractDefinition)
src/parser/parser.ts:148
FunctionparseDirectory
(_dirPath)
src/parser/parser.ts:192
FunctionparseEnum
(scopeName: string, subNode: EnumDefinition)
src/parser/parser.ts:111
FunctionparseError
(scopeName: string, subNode: CustomErrorDefinition)
src/parser/parser.ts:84
FunctionparseEvent
(scopeName: string, subNode: EventDefinition)
src/parser/parser.ts:91
FunctionparseFunction
(scopeName: string, subNode: FunctionDefinition)
src/parser/parser.ts:101
FunctionparseGroup
(subnode: GroupDefinition)
src/parser/parser.ts:73
FunctionparseStruct
(scopeName: string, subNode: StructDefinition)
src/parser/parser.ts:61
FunctionprefixLastString
( arrOrStr: ArrayJoinInput<string>, text: string )
src/lib/text.ts:108
FunctionsetFirstString
( arrOrStr: ArrayJoinInput<string>, text: string )
src/lib/text.ts:90
FunctionsetLastString
(arrOrStr: ArrayJoinInput<string>, text: string)
src/lib/text.ts:105
FunctionsuffixFirstString
( arrOrStr: ArrayJoinInput<string>, text: string )
src/lib/text.ts:100
← previous101–174 of 174, ranked by callers