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

Method entries

cli/_tools/generate_data.ts:173–178  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

171 }
172
173 entries() {
174 const result = [...this.entrySet]
175 .map((x) => JSON.parse(x) as [CodePoint, EffectiveWidth]);
176
177 return result.sort((a, b) => a[0] - b[0]);
178 }
179
180 width() {
181 return new Set(this.widths).size === 1 ? this.widths[0] : null;

Callers 15

clearMethod · 0.45
lru_cache_test.tsFile · 0.45
assertContentfulEntriesFunction · 0.45
clearMethod · 0.45
_pcg32_test.tsFile · 0.45
#encodeObjectMethod · 0.45
ascii85_test.tsFile · 0.45
crypto_test.tsFile · 0.45
parseAcceptEncodingFunction · 0.45
parseAcceptLanguageFunction · 0.45

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected