Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ decode
Function
decode
deps/v8/tools/torque/format-torque.py:15–16 ·
view source on GitHub ↗
(arg, encoding="utf-8")
Source
from the content-addressed store, hash-verified
13
from
subprocess
import
Popen, PIPE
14
15
def
decode(arg, encoding=
"utf-8"
):
16
return
arg.decode(encoding)
17
18
def
encode(arg, encoding=
"utf-8"
):
19
return
arg.encode(encoding)
Callers
1
process
Function · 0.70
Calls
1
decode
Method · 0.65
Tested by
no test coverage detected