MCPcopy Index your code
hub / github.com/darkreader/darkreader / getIndent

Function getIndent

tasks/integrity.js:144–146  ·  view source on GitHub ↗
(fileJSON)

Source from the content-addressed store, hash-verified

142}
143
144function getIndent(fileJSON) {
145 return fileJSON.indexOf('"') - fileJSON.indexOf('\n') - 1;
146}
147
148function getManifestJSONData(fileJSON) {
149 const indent = getIndent(fileJSON);

Callers 1

getManifestJSONDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected