MCPcopy
hub / github.com/Effect-TS/effect / clear

Method clear

packages/effect/src/Console.ts:59–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57export interface UnsafeConsole {
58 assert(condition: boolean, ...args: ReadonlyArray<any>): void
59 clear(): void
60 count(label?: string): void
61 countReset(label?: string): void
62 debug(...args: ReadonlyArray<any>): void

Callers 15

makeFunction · 0.80
prompt.tsFile · 0.80
processSpaceFunction · 0.80
keyValueStore.tsFile · 0.80
layerStorageFunction · 0.80
spawnFunction · 0.80
RpcClient.tsFile · 0.80
makeProtocolWorkerFunction · 0.80
MutableHashSet.tsFile · 0.80
clearFunction · 0.80
reverseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected