MCPcopy Create free account
hub / github.com/dcgtc/dgrants / recordAction

Method recordAction

contracts/scripts/ScriptLogger.ts:60–63  ·  view source on GitHub ↗
(name: string, content: string)

Source from the content-addressed store, hash-verified

58 }
59
60 recordAction(name: string, content: string): void {
61 console.log(`${name}: ${content}`);
62 this.actions[name] = content;
63 }
64
65 save(): void {
66 // conditionally create the deploy history folder

Callers 2

deploy-poc.tsFile · 0.80
update-round.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected