MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / warn

Method warn

packages/opencode-atomic-hooks/src/log.ts:56–56  ·  view source on GitHub ↗
(message: string, extra?: Record<string, unknown>)

Source from the content-addressed store, hash-verified

54 debug(message: string, extra?: Record<string, unknown>): void
55 info(message: string, extra?: Record<string, unknown>): void
56 warn(message: string, extra?: Record<string, unknown>): void
57 error(message: string, extra?: Record<string, unknown>): void
58}
59

Callers 8

logFunction · 0.80
createBeforeToolHandlerFunction · 0.80
createAfterToolHandlerFunction · 0.80
createChatHandlerFunction · 0.80
handleSessionCreatedFunction · 0.80
handleSessionIdleFunction · 0.80
handleSessionDeletedFunction · 0.80
handleSessionErrorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected