MCPcopy Create free account
hub / github.com/bloomberg/pystack / py_dictkeys

Function py_dictkeys

src/pystack/_pystack/version.cpp:428–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426
427template<class T>
428constexpr py_dictkeys_v
429py_dictkeys()
430{
431 return {
432 sizeof(T),
433 {offsetof(T, dk_size)},
434 {},
435 {offsetof(T, dk_nentries)},
436 {offsetof(T, dk_indices)},
437 };
438}
439
440template<>
441constexpr py_dictkeys_v

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected