MCPcopy Create free account
hub / github.com/TanStack/db / append

Function append

packages/tauri-db-sqlite-persistence/e2e/run-tauri-e2e.ts:31–36  ·  view source on GitHub ↗
(chunk: string | Buffer)

Source from the content-addressed store, hash-verified

29
30 return {
31 append(chunk: string | Buffer) {
32 output += chunk.toString()
33 if (output.length > 20_000) {
34 output = output.slice(-20_000)
35 }
36 },
37 getOutput() {
38 return output
39 },

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected