MCPcopy Create free account
hub / github.com/Lamatic/AgentKit / postgres_row-chunking.ts

File postgres_row-chunking.ts

kits/sample-chatbot/scripts/postgres_row-chunking.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1function objectToString(obj) {
2 return Object.entries(obj)
3 .map(([key, value]) => `${key}: ${value}`)
4 .join(", ");

Callers

nothing calls this directly

Calls 1

objectToStringFunction · 0.70

Tested by

no test coverage detected