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

Function normalizeVantaFrameworkRequirementControl

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

Source from the content-addressed store, hash-verified

361}
362
363function normalizeVantaFrameworkRequirementControl(
364 resource: JsonRecord
365): VantaFrameworkRequirementControl {
366 return {
367 id: getString(resource.id),
368 externalId: getString(resource.externalId),
369 name: getString(resource.name),
370 description: getString(resource.description),
371 }
372}
373
374function normalizeVantaFrameworkRequirement(resource: JsonRecord): VantaFrameworkRequirement {
375 return {

Callers

nothing calls this directly

Calls 1

getStringFunction · 0.70

Tested by

no test coverage detected