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

Function use

packages/console/core/src/util/log.ts:48–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 }
47
48 function use() {
49 try {
50 return ctx.use()
51 } catch {
52 return { tags: {} }
53 }
54 }
55}

Callers 2

infoFunction · 0.70
provideFunction · 0.70

Calls 1

useMethod · 0.45

Tested by

no test coverage detected