MCPcopy Create free account
hub / github.com/cloudflare/computer / close

Method close

packages/computerd/src/cli/logger.ts:22–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20export interface FileLogger {
21 write(level: LogLevel, args: unknown[]): void;
22 close(): void;
23}
24
25export function formatLogEntry(level: LogLevel, args: unknown[]): string {

Callers 15

installLoggingFunction · 0.65
computerd.test.tsFile · 0.65
getAvailablePortFunction · 0.65
createHTTPServerFunction · 0.65
closeServerFunction · 0.65
handleConnectFunction · 0.65
shutdownFunction · 0.65
logger.test.tsFile · 0.65
finaliseMethod · 0.65
makeLiveStreamMethod · 0.65
disposeRecordMethod · 0.65

Calls

no outgoing calls

Tested by 2

getAvailablePortFunction · 0.52
startFunction · 0.52