Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ func
Function
func
tests/Issue64.cpp:3–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#include <string>
2
3
void func(const std::string& arg) {
4
5
auto s =[arg] {
6
return arg.size();
7
}();
8
}
9
10
int main() {
11
std::string b;
Callers
4
main
Function · 0.70
for_each
Function · 0.50
and_then
Method · 0.50
and_not
Method · 0.50
Calls
1
size
Method · 0.45
Tested by
no test coverage detected