MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / operator()

Method operator()

src/backward.h:3812–3815  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3810 // struct passed to template functions, fuuuu.
3811 struct not_isempty {
3812 bool operator()(const lines_t::value_type& p)
3813 {
3814 return !(std::find_if(p.second.begin(), p.second.end(), not_isspace()) == p.second.end());
3815 }
3816 };
3817
3818 void swap(SourceFile& b) { _file.swap(b._file); }

Callers

nothing calls this directly

Calls 3

not_isspaceClass · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected