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

Method _Canonicalize

deps/v8/tools/cppgc/gen_cmake_test.py:120–121  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

118
119 @staticmethod
120 def _Canonicalize(str):
121 return ' '.join(str.split()).strip()
122
123
124if __name__ == '__main__':

Callers 2

_CompileAndCheckMethod · 0.95

Calls 2

joinMethod · 0.45
splitMethod · 0.45

Tested by

no test coverage detected