Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PenguLoader/PenguLoader
/ SetBool
Method
SetBool
loader/Main/Config.cs:120–123 ·
view source on GitHub ↗
(string key, bool value)
Source
from the content-addressed store, hash-verified
118
}
119
120
static void SetBool(string key, bool value)
121
{
122
Set(key, value ?
"true"
:
"false"
);
123
}
124
}
125
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected