Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ LocalPath
Method
LocalPath
deps/v8/PRESUBMIT.py:228–230 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
226
self._path = path
227
228
def
LocalPath(self):
229
path = self._path.replace(os.sep,
'/'
)
230
return
os.path.normpath(path)
231
232
def
ChangedContents(self):
233
with
open(self._path)
as
f:
Callers
14
_CheckPythonLiterals
Function · 0.80
_FilterDuplicates
Function · 0.80
_CheckUnwantedDependencies
Function · 0.80
_CheckHeadersHaveIncludeGuards
Function · 0.80
_CheckNoInlineHeaderIncludesInNormalHeaders
Function · 0.80
_CheckInlineHeadersIncludeNonInlineHeadersFirst
Function · 0.80
_CheckNoProductionCodeUsingTestOnlyFunctions
Function · 0.80
_SkipTreeCheck
Function · 0.80
_CheckJSONFiles
Function · 0.80
_CheckNoexceptAnnotations
Function · 0.80
_CheckBannedCpp
Function · 0.80
RunOnFiles
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected