MCPcopy Index your code
hub / github.com/bytebase/bytebase / writeStub

Function writeStub

frontend/scripts/sort_i18n_keys.test.mjs:116–118  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

114 throw new Error(`Unexpected file read: ${String(filePath)}`);
115 };
116 const writeStub = (...args) => {
117 writes.push(args);
118 };
119
120 expect(
121 () =>

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected