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

Function normalizeVantaFrameworkRequirement

apps/sim/tools/vanta/utils.ts:374–382  ·  view source on GitHub ↗
(resource: JsonRecord)

Source from the content-addressed store, hash-verified

372}
373
374function normalizeVantaFrameworkRequirement(resource: JsonRecord): VantaFrameworkRequirement {
375 return {
376 id: getString(resource.id),
377 name: getString(resource.name),
378 shorthand: getString(resource.shorthand),
379 description: getString(resource.description),
380 controls: getRecordArray(resource.controls).map(normalizeVantaFrameworkRequirementControl),
381 }
382}
383
384function normalizeVantaFrameworkRequirementCategory(
385 resource: JsonRecord

Callers

nothing calls this directly

Calls 2

getStringFunction · 0.70
getRecordArrayFunction · 0.70

Tested by

no test coverage detected