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

Function writeStdin

src/bridge/sessionRunner.ts:587–594  ·  view source on GitHub ↗
(data: string)

Source from the content-addressed store, hash-verified

585 }
586 },
587 writeStdin(data: string): void {
588 if (child.stdin && !child.stdin.destroyed) {
589 deps.onDebug(
590 `[bridge:ws] sessionId=${opts.sessionId} >>> ${debugTruncate(data)}`,
591 )
592 child.stdin.write(data)
593 }
594 },
595 updateAccessToken(token: string): void {
596 currentAccessToken = token
597 currentSessionIngressLease = buildSessionIngressLease({

Callers

nothing calls this directly

Calls 2

debugTruncateFunction · 0.85
writeMethod · 0.45

Tested by

no test coverage detected