MCPcopy Create free account
hub / github.com/boostorg/beast / empty

Method empty

test/beast/http/fields.cpp:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62 template<class Alloc>
63 static
64 bool
65 empty(basic_fields<Alloc> const& f)
66 {
67 return f.begin() == f.end();
68 }
69
70 template<class Alloc>
71 static

Callers 15

path_catFunction · 0.45
handle_requestFunction · 0.45
path_catFunction · 0.45
handle_requestFunction · 0.45
path_catFunction · 0.45
handle_requestFunction · 0.45
path_catFunction · 0.45
handle_requestFunction · 0.45
path_catFunction · 0.45
handle_requestFunction · 0.45
send_fileMethod · 0.45
path_catFunction · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by 1

fuzzFunction · 0.36