MCPcopy
hub / github.com/withastro/flue / error

Function error

packages/runtime/src/client.ts:135–142  ·  view source on GitHub ↗
(message, attributes)

Source from the content-addressed store, hash-verified

133 });
134 },
135 error(message, attributes) {
136 emitEvent({
137 type: 'log',
138 level: 'error',
139 message,
140 attributes: normalizeLogAttributes(attributes),
141 });
142 },
143 },
144
145 init(agent: CreatedAgent<any, any>, options?: AgentHarnessOptions): Promise<FlueHarness> {

Callers

nothing calls this directly

Calls 2

emitEventFunction · 0.85
normalizeLogAttributesFunction · 0.70

Tested by

no test coverage detected