Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/clr
/ appendToSource
Method
appendToSource
rocclr/platform/program.hpp:177–177 ·
view source on GitHub ↗
Append to source code.
Source
from the content-addressed store, hash-verified
175
176
//! Append to source code.
177
void appendToSource(const char* newCode) { sourceCode_.append(newCode); }
178
179
//! Return the program log.
180
const std::string& programLog() const { return programLog_; }
Callers
nothing calls this directly
Calls
1
append
Method · 0.45
Tested by
no test coverage detected