Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ shutdown
Method
shutdown
src/remote/appServer/client.ts:343–345 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
341
}
342
343
shutdown(): void {
344
this.close(
'shutdown'
)
345
}
346
347
private
async
open(): Promise<void> {
348
const
headers: Record<string, string> = { ...(this.args.headers ?? {}) }
Callers
1
client.test.ts
File · 0.45
Calls
1
close
Method · 0.95
Tested by
no test coverage detected