MCPcopy Create free account
hub / github.com/covscript/covscript / assign

Function assign

sources/instance/type_ext.cpp:1824–1828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1822 using namespace cs;
1823
1824 string assign(string &str, const numeric &posit, char ch)
1825 {
1826 str.at(posit.as_integer()) = ch;
1827 return str;
1828 }
1829
1830 string append(string &str, const var &val)
1831 {

Callers 1

anyClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected