MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / init

Function init

Libraries/Http/HttpAsyncServer.h:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 template <typename T,
55 typename = typename TypeTraits::EnableIf<TypeTraits::IsBaseOf<HttpConnection, T>::value>::type>
56 Result init(Span<T> clients)
57 {
58 return initInternal({clients.data(), clients.sizeInElements(), sizeof(T)});
59 }
60
61 template <typename T,
62 typename = typename TypeTraits::EnableIf<TypeTraits::IsBaseOf<HttpConnection, T>::value>::type>

Callers 14

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
fixedThreadLocalMethod · 0.85
initMethod · 0.85
initMethod · 0.85
mainFunction · 0.85
sokol_mainFunction · 0.85
initMethod · 0.85
beginMethod · 0.85
initMethod · 0.85
initMethod · 0.85

Calls 1

dataMethod · 0.45

Tested by 7

mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
fixedThreadLocalMethod · 0.68
initMethod · 0.68
initMethod · 0.68
mainFunction · 0.68