MCPcopy 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
3void func(const std::string& arg) {
4
5 auto s =[arg] {
6 return arg.size();
7 }();
8}
9
10int main() {
11 std::string b;

Callers 4

mainFunction · 0.70
for_eachFunction · 0.50
and_thenMethod · 0.50
and_notMethod · 0.50

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected