MCPcopy Create free account
hub / github.com/avast/retdec-idaplugin / getToken

Method getToken

src/idaplugin/function.cpp:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59const Token* Function::getToken(YX yx) const
60{
61 auto it = _tokens.find(adjust_yx(yx));
62 return it == _tokens.end() ? nullptr : &it->second;
63}
64
65const std::map<YX, Token>& Function::getTokens() const
66{

Callers 1

tokenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected