Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ get
Function
get
lib/valueptr.h:58–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
ValuePtr(ValuePtr&& rhs) noexcept : mPtr(std::move(rhs.mPtr)), mClone(std::move(rhs.mClone)) {}
57
58
T* get() noexcept {
59
return mPtr.get();
60
}
61
const T* get() const noexcept {
62
return mPtr.get();
63
}
Callers
12
checks.cpp
File · 0.70
valueptr.h
File · 0.70
operator->
Function · 0.70
checkNormalTokens
Method · 0.70
getErrorMessages
Method · 0.70
analyseWholeProgram
Method · 0.70
parseFromArgs
Method · 0.50
classInfoFormat
Method · 0.50
checkCodeInternal_
Method · 0.50
readChar
Method · 0.50
peekChar
Method · 0.50
getAndSkipBOM
Method · 0.50
Calls
1
get
Method · 0.45
Tested by
2
classInfoFormat
Method · 0.40
checkCodeInternal_
Method · 0.40