MCPcopy Create free account
hub / github.com/NodeRT/NodeRT / GetHiddenValue

Function GetHiddenValue

src/NodeRTLib/ProjectFiles/NodeRtUtils.cpp:309–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307}
308
309Local<Value> GetHiddenValue(Local<Object> obj, Local<String> symbol) {
310 return Nan::Get(obj, symbol).ToLocalChecked();
311}
312
313::Windows::Foundation::TimeSpan TimeSpanFromMilli(int64_t millis) {
314 ::Windows::Foundation::TimeSpan timeSpan;

Callers 4

IsOpaqueWrapperMethod · 0.85
IsWinRtWrapperFunction · 0.85
Event.cppFile · 0.85
RemoveListenerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected