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

Function resolveScriptBinary

src/testing/ptyContractHarness.ts:121–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119}
120
121function resolveScriptBinary(): string | null {
122 const scriptPath = Bun.which('script')
123 return scriptPath ?? null
124}
125
126export function isPtyAvailableForTests(): boolean {
127 const scriptPath = resolveScriptBinary()

Callers 2

isPtyAvailableForTestsFunction · 0.85
spawnPtyContractSessionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected