Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
export
default { StringDecoder };
Callers
5
constructor
Method · 0.80
constructor
Method · 0.80
listTarEntries
Function · 0.80
extractTarEntries
Function · 0.80
finalize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected