MCPcopy Index your code
hub / github.com/callumalpass/tasknotes / resolveField

Function resolveField

src/core/specFieldMapping.ts:14–16  ·  view source on GitHub ↗
(mapping: SpecFieldMapping, role: FieldRole)

Source from the content-addressed store, hash-verified

12import type { FieldRole, SpecFieldMapping } from "@tasknotes/model";
13
14export function resolveField(mapping: SpecFieldMapping, role: FieldRole): string {
15 return mapping.roleToField[role];
16}

Callers 2

applyTimestampDefaultsFunction · 0.90
buildTemplateValuesFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected