MCPcopy Create free account
hub / github.com/Singular/Singular / copyString

Function copyString

libpolys/tests/cxxtest/ValueTraits.cpp:30–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 }
29
30 char *copyString( char *dst, const char *src )
31 {
32 while ( (*dst = *src) != '\0' ) {
33 ++ dst;
34 ++ src;
35 }
36 return dst;
37 }
38
39 bool stringsEqual( const char *s1, const char *s2 )
40 {

Callers 6

strTotalTestsMethod · 0.85
charToStringFunction · 0.85
bytesToStringFunction · 0.85
hugeNumberMethod · 0.85
normalNumberMethod · 0.85
ValueTraits.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected