MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / length

Method length

paddle/utils/string/string_helper.h:386–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384 char* getdelim(FILE* f, char delim);
385 char* get() { return _buffer; }
386 size_t length() { return _length; }
387
388 private:
389 char* _buffer = NULL;

Callers 3

md5Function · 0.45
format_string_appendFunction · 0.45
split_stringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected