MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / ply_finish_word

Function ply_finish_word

src/IO/rply.c:975–980  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

973}
974
975static void ply_finish_word(p_ply ply, size_t size) {
976 ply->buffer_token = ply->buffer_first;
977 BSKIP(ply, size);
978 *BFIRST(ply) = '\0';
979 BSKIP(ply, 1);
980}
981
982static int ply_check_line(p_ply ply) {
983 if (strlen(BLINE(ply)) >= LINESIZE) {

Callers 1

ply_read_wordFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected