MCPcopy
hub / github.com/be5invis/Iosevka / map

Method map

packages/geometry/src/index.mjs:436–438  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

434 }
435 }
436 map(f) {
437 return new CombineGeometry(this.m_parts.map(f));
438 }
439 toBezArcs() {
440 const results = [];
441 for (const part of this.m_parts) {

Callers 15

createWebFontCssImplFunction · 0.45
verdafile.mjsFile · 0.45
buildCompositeTtcFunction · 0.45
buildGlyphSharingTtcFunction · 0.45
mainFunction · 0.45
putFeatSeriesFunction · 0.45
logCvInfluenceMapFunction · 0.45
processLigSetOtFunction · 0.45
formatCvFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected