Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xtra-Computing/thundersvm
/ line
Method
line
include/thundersvm/util/log.h:3470–3472 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3468
return m_file;
3469
}
3470
inline base::type::LineNumber line(void) const {
3471
return m_line;
3472
}
3473
inline const char* func(void) const {
3474
return m_func;
3475
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected