MCPcopy Create free account
hub / github.com/apache/maka / invalidColumn

Function invalidColumn

packages/storage/src/sqlite-long-term-memory-store.ts:1917–1919  ·  view source on GitHub ↗
(column: string)

Source from the content-addressed store, hash-verified

1915}
1916
1917function invalidColumn(column: string): Error {
1918 return new Error(`Invalid long-term memory SQLite column ${column}`);
1919}
1920
1921function assertChanged(changes: number | bigint, itemId: string): void {
1922 if (Number(changes) !== 1) {

Callers 11

decodeItemFunction · 0.85
decodeKeyFunction · 0.85
decodeOperationFunction · 0.85
decodeMutationResultFunction · 0.85
requiredStringFunction · 0.85
requiredNonEmptyStringFunction · 0.85
requiredIdentifierStringFunction · 0.85
requiredIntegerFunction · 0.85
requiredPositiveIntegerFunction · 0.85
requiredHashFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected