Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/di-sukharev/opencommit
/ isHTTPWhiteSpace
Function
isHTTPWhiteSpace
out/cli.cjs:51693–51695 ·
view source on GitHub ↗
(char)
Source
from the content-addressed store, hash-verified
51691
value = value.replace(/(\\|
")/g, "
\\$1");
51692
value =
'"'
+ value;
51693
value +=
'"'
;
51694
}
51695
serialization += value;
51696
}
51697
return
serialization;
51698
}
Callers
1
removeHTTPWhitespace
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected