MCPcopy
hub / github.com/fontello/fontello / write

Function write

client/fontello/models/models.js:128–130  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

126 return utils.fixedFromCharCode(this.code());
127 },
128 write(value) {
129 this.code(utils.fixedCharCodeAt(value));
130 },
131 owner: this
132 });
133

Callers 2

manifest.jsFile · 0.85
index.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…