MCPcopy Create free account
hub / github.com/csyonghe/Spire / HandleVersionDirective

Function HandleVersionDirective

Source/SpireCore/Preprocessor.cpp:1569–1573  ·  view source on GitHub ↗

Handle a `#version` directive

Source from the content-addressed store, hash-verified

1567
1568// Handle a `#version` directive
1569static void HandleVersionDirective(PreprocessorDirectiveContext* context)
1570{
1571 // TODO(tfoley): parse enough of this to spit it out again later?
1572 SkipToEndOfLine(context);
1573}
1574
1575
1576// Callback interface used by preprocessor directives

Callers

nothing calls this directly

Calls 1

SkipToEndOfLineFunction · 0.85

Tested by

no test coverage detected