MCPcopy Create free account
hub / github.com/denodrivers/postgres / record

Method record

query/array_parser.ts:57–59  ·  view source on GitHub ↗
(character: string)

Source from the content-addressed store, hash-verified

55 }
56
57 record(character: string): void {
58 this.recorded.push(character);
59 }
60
61 newEntry(includeEmpty = false): void {
62 let entry;

Callers 1

parseMethod · 0.95

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected