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

Function getComputerStatusOutcome

apps/sim/tools/vanta/utils.ts:670–672  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

668}
669
670function getComputerStatusOutcome(value: unknown): string | null {
671 return isRecordLike(value) ? getString(value.outcome) : null
672}
673
674export function normalizeVantaMonitoredComputer(resource: JsonRecord): VantaMonitoredComputer {
675 const operatingSystem = isRecordLike(resource.operatingSystem)

Callers 1

Calls 2

isRecordLikeFunction · 0.90
getStringFunction · 0.70

Tested by

no test coverage detected