MCPcopy Create free account
hub / github.com/denoland/std / append

Method append

cli/_tools/generate_data.ts:150–153  ·  view source on GitHub ↗
(codepoint: CodePoint, width: EffectiveWidth)

Source from the content-addressed store, hash-verified

148 }
149
150 append(codepoint: CodePoint, width: EffectiveWidth) {
151 this.entrySet.add(JSON.stringify([codepoint, width]));
152 this.widths.push(width);
153 }
154
155 tryExtend(attempt: Bucket) {
156 const [less, more] = [this.widths, attempt.widths].sort((a, b) =>

Callers 5

serveDirFunction · 0.80
serveFileFunction · 0.80
toRequestFunction · 0.80
setCookieFunction · 0.80
makeBucketsFunction · 0.80

Calls 3

stringifyMethod · 0.80
addMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected