Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ writeStringProperty
Method
writeStringProperty
gfanlib/gfanlib_polymakefile.cpp:467–473 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
465
466
467
void PolymakeFile::writeStringProperty(const char *p, const string &s)
468
{
469
if(isXml)
470
writeProperty(p,s);
471
else
472
writeProperty(p,s);
473
}
474
}
Callers
2
toString
Method · 0.80
toString
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected