Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeRT/NodeRT
/ IsGuid
Function
IsGuid
src/NodeRTLib/ProjectFiles/NodeRtUtils.cpp:359–362 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
357
}
358
359
bool IsGuid(Local<Value> value) {
360
GUID guid;
361
return StrToGuid(value, &guid);
362
}
363
364
::Platform::Guid GuidFromJs(Local<Value> value) {
365
GUID guid;
Callers
nothing calls this directly
Calls
1
StrToGuid
Function · 0.85
Tested by
no test coverage detected