Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/UTopia
/ getPtrKind
Method
getPtrKind
lib/type/Type.cpp:371–371 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
369
}
370
371
Type::PtrKind Type::PointerInfo::getPtrKind() const { return Kind; }
372
373
void Type::PointerInfo::setPtrKind(PtrKind Kind) { this->Kind = Kind; }
374
Callers
4
isNormalPtr
Method · 0.80
isArrayPtr
Method · 0.80
isStringType
Method · 0.80
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64