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

Function traverseObjectPath

apps/sim/lib/core/utils/response-format.ts:239–242  ·  view source on GitHub ↗
(obj: any, path: string)

Source from the content-addressed store, hash-verified

237 * @returns The value at the path, or undefined if path doesn't exist
238 */
239export function traverseObjectPath(obj: any, path: string): any {
240 const parsed = parseOutputContentSafely(obj)
241 return traverseObjectPathInternal(parsed, path)
242}

Callers 2

onBlockCompleteFunction · 0.85

Calls 2

parseOutputContentSafelyFunction · 0.85

Tested by

no test coverage detected