Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/Shadows
/ WriteDeclaration
Method
WriteDeclaration
Shadows/SettingsCompiler/SettingTypes.cs:278–281 ·
view source on GitHub ↗
(List<string> lines)
Source
from the content-addressed store, hash-verified
276
}
277
278
public override void WriteDeclaration(List<string> lines)
279
{
280
lines.Add(
" extern BoolSetting "
+ Name +
";"
);
281
}
282
283
public override void WriteDefinition(List<string> lines)
284
{
Callers
nothing calls this directly
Calls
1
Add
Method · 0.80
Tested by
no test coverage detected