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

Method GetPath

loader/Main/Config.cs:89–92  ·  view source on GitHub ↗
(string subpath)

Source from the content-addressed store, hash-verified

87 }
88
89 static string GetPath(string subpath)
90 {
91 return Path.Combine(AppDomain.CurrentDomain.BaseDirectory, subpath);
92 }
93
94 static string Get(string key, string @default = "")
95 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected