MCPcopy Create free account
hub / github.com/deepseek-ai/3FS / toStringView

Function toStringView

src/common/utils/StringUtils.h:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16template <typename T>
17requires(std::is_enum_v<T>) inline std::string_view toStringView(T t) { return magic_enum::enum_name(t); }
18
19template <typename Container>
20String toHexString(const Container &c) {

Callers 15

getNodeInfoFunction · 0.85
getTargetInfoFunction · 0.85
selectServingTargetsFunction · 0.85
handleFunction · 0.85
handleFunction · 0.85
handleFunction · 0.85
printNodeFunction · 0.85
createMethod · 0.85
handleMethod · 0.85
handleMethod · 0.85
handleMethod · 0.85

Calls 1

enum_nameFunction · 0.70

Tested by 1

setTargetOfflineMethod · 0.68