MCPcopy Create free account
hub / github.com/CashScript/cashscript / Named

Interface Named

packages/cashc/src/ast/AST.ts:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16export interface Named {
17 name: string;
18}
19
20export interface Typed {
21 type: Type;

Callers

nothing calls this directly

Implementers 5

ContractNodepackages/cashc/src/ast/AST.ts
FunctionDefinitionNodepackages/cashc/src/ast/AST.ts
ParameterNodepackages/cashc/src/ast/AST.ts
VariableDefinitionNodepackages/cashc/src/ast/AST.ts
IdentifierNodepackages/cashc/src/ast/AST.ts

Calls

no outgoing calls

Tested by

no test coverage detected