Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pagghiu/SaneCppLibraries
/ assign
Method
assign
Libraries/Common/StringPath.h:34–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
buffer[0] = 0;
33
}
34
[[nodiscard]] bool assign(StringSpan str)
35
{
36
clear();
37
return append(str);
38
}
39
40
[[nodiscard]] bool append(StringSpan str)
41
{
Callers
15
appendDeepWindowsFixtureRoot
Function · 0.45
resolveHostToolPath
Function · 0.45
tryResolveHostToolPath
Function · 0.45
setScopedEnvironmentVariable
Function · 0.45
unsetScopedEnvironmentVariable
Function · 0.45
resolveVisualStudioLLVMToolPath
Function · 0.45
computeArtifactPath
Function · 0.45
configureWindowsGNUAction
Function · 0.45
configureWindowsMSVCAction
Function · 0.45
configureLinuxTargetAction
Function · 0.45
runBuiltProgram
Function · 0.45
SCBuildFixtureTest
Method · 0.45
Calls
2
clear
Function · 0.85
append
Function · 0.70
Tested by
15
appendDeepWindowsFixtureRoot
Function · 0.36
resolveHostToolPath
Function · 0.36
tryResolveHostToolPath
Function · 0.36
setScopedEnvironmentVariable
Function · 0.36
unsetScopedEnvironmentVariable
Function · 0.36
resolveVisualStudioLLVMToolPath
Function · 0.36
computeArtifactPath
Function · 0.36
configureWindowsGNUAction
Function · 0.36
configureWindowsMSVCAction
Function · 0.36
configureLinuxTargetAction
Function · 0.36
runBuiltProgram
Function · 0.36
SCBuildFixtureTest
Method · 0.36