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

Function DestroyInputStream

Source/SpireCore/Preprocessor.cpp:186–189  ·  view source on GitHub ↗

Destroy an input stream

Source from the content-addressed store, hash-verified

184
185// Destroy an input stream
186static void DestroyInputStream(Preprocessor* /*preprocessor*/, PreprocessorInputStream* inputStream)
187{
188 delete inputStream;
189}
190
191// Create an input stream to represent a pre-tokenized input file.
192// TODO(tfoley): pre-tokenizing files isn't going to work in the long run.

Callers 2

EndInputStreamFunction · 0.85
FinalizePreprocessorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected