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

Function wdRef

apps/sim/tools/workday/soap.ts:650–657  ·  view source on GitHub ↗
(idType: string, idValue: string)

Source from the content-addressed store, hash-verified

648 * Generates: { ID: { attributes: { 'wd:type': idType }, $value: idValue } }
649 */
650export function wdRef(idType: string, idValue: string): { ID: WorkdayIdEntry } {
651 return {
652 ID: {
653 attributes: { 'wd:type': idType },
654 $value: idValue,
655 },
656 }
657}
658
659/**
660 * Extracts a reference ID from a SOAP response object.

Callers 6

route.tsFile · 0.90
route.tsFile · 0.90
route.tsFile · 0.90
route.tsFile · 0.90
route.tsFile · 0.90
route.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected