Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/Shadows
/ WriteDeclaration
Method
WriteDeclaration
Shadows/SettingsCompiler/SettingTypes.cs:242–245 ·
view source on GitHub ↗
(List<string> lines)
Source
from the content-addressed store, hash-verified
240
}
241
242
public override void WriteDeclaration(List<string> lines)
243
{
244
lines.Add(
" extern IntSetting "
+ Name +
";"
);
245
}
246
247
public override void WriteDefinition(List<string> lines)
248
{
Callers
nothing calls this directly
Calls
1
Add
Method · 0.80
Tested by
no test coverage detected