MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / Set

Method Set

loader/Main/Config.cs:102–106  ·  view source on GitHub ↗
(string key, string value)

Source from the content-addressed store, hash-verified

100 }
101
102 static void Set(string key, string value)
103 {
104 _data[key] = value;
105 Save();
106 }
107
108 static bool GetBool(string key, bool @default)
109 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected