MCPcopy Create free account
hub / github.com/d1ll0n/stack-packer / buildAssemblyBlock

Function buildAssemblyBlock

src/code-gen/codegen-helpers.ts:22–26  ·  view source on GitHub ↗
(lines: ArrayJoinInput<string>)

Source from the content-addressed store, hash-verified

20};
21
22export const buildAssemblyBlock = (lines: ArrayJoinInput<string>) => [
23 `assembly {`,
24 lines,
25 `}`,
26];
27
28export const generateInternalLibraryCall = (fn: CodeGenFunction, libraryName: string) => {
29 const outputs = arrayifyFields(

Callers 6

getFieldsGetterFunction · 0.90
generateEqualityFunctionFunction · 0.90
getEncoderFunction · 0.90
getThrowFunctionFunction · 0.90
getEmitFunctionFunction · 0.90
getCallFunctionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected