MCPcopy Create free account
hub / github.com/Selectively11/CloudRedirect / String

Function String

src/common/json.cpp:301–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301Value String(const std::string& s) {
302 Value v; v.type = Type::String; v.strVal = s; return v;
303}
304
305Value Number(double n) {
306 Value v; v.type = Type::Number; v.numVal = n; return v;

Callers 11

SimpleUploadMethod · 0.85
SessionUploadMethod · 0.85
CreateDriveFolderMethod · 0.85
UploadOrUpdateMethod · 0.85
RenameDriveItemMethod · 0.85
SerializeManifestFunction · 0.85
SaveTokensMethod · 0.85
EntryToJsonFunction · 0.85
BuildAppStatsJsonFunction · 0.85
SerializeStateFunction · 0.85
ManifestToJsonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected