Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Justineo/github-hovercard
/ isWhitespace
Function
isWhitespace
src/mustache.js:56–58 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
54
55
var
nonSpaceRe = /\S/;
56
function
isWhitespace (string) {
57
return
!testRegExp(nonSpaceRe, string);
58
}
59
60
var
entityMap = {
61
'&'
:
'&'
,
Callers
1
parseTemplate
Function · 0.70
Calls
1
testRegExp
Function · 0.70
Tested by
no test coverage detected