MCPcopy Index your code
hub / github.com/simstudioai/sim / normalizeConsoleInput

Function normalizeConsoleInput

apps/sim/stores/terminal/console/utils.ts:212–214  ·  view source on GitHub ↗
(input: unknown)

Source from the content-addressed store, hash-verified

210 * Normalizes terminal input data before it is stored.
211 */
212export function normalizeConsoleInput(input: unknown): unknown {
213 return capNormalizedValue(normalizeConsoleValue(input))
214}
215
216/**
217 * Normalizes terminal output data before it is stored.

Callers 2

store.tsFile · 0.90
hydrateConsoleStoreFunction · 0.90

Calls 2

capNormalizedValueFunction · 0.85
normalizeConsoleValueFunction · 0.85

Tested by

no test coverage detected