MCPcopy Create free account
hub / github.com/ChromeDevTools/devtools-frontend / encodeVlqList

Function encodeVlqList

front_end/testing/SourceMapEncoder.ts:31–33  ·  view source on GitHub ↗
(list: number[])

Source from the content-addressed store, hash-verified

29}
30
31export function encodeVlqList(list: number[]) {
32 return list.map(encodeVlq).join('');
33}
34
35/**
36 * Encode array mappings of the form "compiledLine:compiledColumn => srcFile:srcLine:srcColumn@name"

Callers 3

encodeSourceMapFunction · 0.85

Calls 2

joinMethod · 0.45
mapMethod · 0.45

Tested by

no test coverage detected