MCPcopy Create free account
hub / github.com/Samsung/UTopia / addSourceInfo

Method addSourceInfo

lib/sourceanalysis/SourceAnalysisReport.cpp:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3using namespace ftg;
4
5void SourceAnalysisReport::addSourceInfo(
6 std::string SourceName, unsigned EndOffset,
7 const std::vector<std::string> &IncludedHeaders) {
8 SourceInfoMap.emplace(SourceName, SourceInfo{EndOffset, IncludedHeaders});
9}
10
11bool SourceAnalysisReport::fromJson(Json::Value Report) {
12 if (!Report.isMember(getReportType()))

Callers 1

SourceAnalyzerImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected