MCPcopy Create free account
hub / github.com/cweijan/vscode-office / end

Method end

src/shims/string_decoder.ts:6–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4 return typeof buffer === 'string' ? buffer : new TextDecoder().decode(buffer);
5 }
6 end() {
7 return '';
8 }
9}
10
11export default { StringDecoder };

Callers 5

constructorMethod · 0.80
constructorMethod · 0.80
listTarEntriesFunction · 0.80
extractTarEntriesFunction · 0.80
finalizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected