MCPcopy Create free account
hub / github.com/Noumena-Network/code / getInk

Function getInk

src/commands/repaint/repaint.ts:197–199  ·  view source on GitHub ↗
(stdout: NodeJS.WriteStream)

Source from the content-addressed store, hash-verified

195}
196
197function getInk(stdout: NodeJS.WriteStream): InkLike | undefined {
198 return instances.get(stdout) as unknown as InkLike | undefined
199}
200
201function getInkSummary(stdout: NodeJS.WriteStream) {
202 const ink = getInk(stdout)

Callers 2

getInkSummaryFunction · 0.85
buildPayloadFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected