MCPcopy Create free account
hub / github.com/anomalyco/opencode / warn

Function warn

packages/opencode/src/plugin/tui/runtime.ts:139–141  ·  view source on GitHub ↗
(message: string, data: Record<string, unknown>)

Source from the content-addressed store, hash-verified

137}
138
139function warn(message: string, data: Record<string, unknown>) {
140 console.warn(`[tui.plugin] ${message}`, data)
141}
142
143function createScopedKeymap(keymap: TuiPluginApi["keymap"], scope: PluginScope): TuiPluginApi["keymap"] {
144 const cache = new Map<PropertyKey, unknown>()

Callers 4

warnOnceFunction · 0.85
readThemeFilesFunction · 0.85
syncPluginThemesFunction · 0.85
missingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected