MCPcopy Create free account
hub / github.com/TanStack/ai / printConfig

Function printConfig

examples/ts-react-native-chat/scripts/dev.mjs:256–258  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

254}
255
256function printConfig(config) {
257 console.log(JSON.stringify(createPrintableConfig(config), null, 2))
258}
259
260export function spawnProcess(command, args, env, { platform, stdio } = {}) {
261 const spawnConfig = createSpawnConfig({

Callers 1

mainFunction · 0.85

Calls 2

createPrintableConfigFunction · 0.85
logMethod · 0.80

Tested by

no test coverage detected