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

Method updateMapping

src/core/FieldMapper.ts:99–101  ·  view source on GitHub ↗

* Update mapping configuration

(newMapping: FieldMapping)

Source from the content-addressed store, hash-verified

97 * Update mapping configuration
98 */
99 updateMapping(newMapping: FieldMapping): void {
100 this.mapping = newMapping;
101 }
102
103 /**
104 * Get current mapping

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected