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

Function normalizeVantaFrameworkDetail

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

Source from the content-addressed store, hash-verified

393}
394
395export function normalizeVantaFrameworkDetail(resource: JsonRecord): VantaFrameworkDetail {
396 return {
397 ...normalizeVantaFramework(resource),
398 requirementCategories: getRecordArray(resource.requirementCategories).map(
399 normalizeVantaFrameworkRequirementCategory
400 ),
401 }
402}
403
404export function normalizeVantaControl(resource: JsonRecord): VantaControl {
405 return {

Callers 1

buildVantaOutputFunction · 0.90

Calls 2

normalizeVantaFrameworkFunction · 0.85
getRecordArrayFunction · 0.70

Tested by

no test coverage detected