MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / temp

Class temp

common/alog.cpp:166–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 auto pdest = digits_end;
165
166 struct temp
167 {
168 char data[4];
169 temp(const char* psrc)
170 {
171 *(uint32_t*)data = *(uint32_t*)(psrc-1);
172 data[0] = ',';
173 }
174 };
175
176 while (pdest != psrc)
177 {

Callers 1

insert_commasFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected