MCPcopy Create free account
hub / github.com/apache/brpc / get_field

Method get_field

src/bvar/default_variables.cpp:592–595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

590 }
591 template <typename T, size_t offset>
592 static T get_field(void*) {
593 return *(T*)((char*)&CachedReader<DiskStat>::get_value(
594 DiskStatReader()) + offset);
595 }
596};
597
598#define BVAR_DEFINE_DISK_STAT_FIELD(field) \

Callers

nothing calls this directly

Calls 1

DiskStatReaderClass · 0.85

Tested by

no test coverage detected