MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / isVoid

Function isVoid

src/simulate/debug_info.cpp:340–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338 }
339
340 bool isVoid ( const TypeInfo * THIS ) {
341 return (THIS->type==Type::tVoid) && (THIS->dimSize==0);
342 }
343
344 bool isPointer ( const TypeInfo * THIS ) {
345 return (THIS->type==Type::tPointer) && (THIS->dimSize==0);

Callers 1

isSameTypeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected