MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / InsertAt

Method InsertAt

OutputFormatHelper.h:45–45  ·  view source on GitHub ↗

\brief Insert a string before the position \c atPos

Source from the content-addressed store, hash-verified

43
44 /// \brief Insert a string before the position \c atPos
45 void InsertAt(const size_t atPos, std::string_view data) { mOutput.insert(atPos, data); }
46
47 STRONG_BOOL(SkipIndenting);
48

Callers 5

InsertArgMethod · 0.80
finishMethod · 0.80
InsertArgMethod · 0.80
HandleTranslationUnitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected