MCPcopy Index your code
hub / github.com/nodejs/node / decode

Function decode

deps/v8/tools/v8_presubmit.py:49–50  ·  view source on GitHub ↗
(arg, encoding="utf-8")

Source from the content-addressed store, hash-verified

47from testrunner.local import statusfile
48
49def decode(arg, encoding="utf-8"):
50 return arg.decode(encoding)
51
52# Special LINT rules diverging from default and reason.
53# build/header_guard: Our guards have the form "V8_FOO_H_", not "SRC_FOO_H_".

Callers 5

CppLintWorkerFunction · 0.70
TorqueLintWorkerFunction · 0.70
format_fileFunction · 0.70
FindFilesInMethod · 0.70
ProcessFilesMethod · 0.70

Calls 1

decodeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…