MCPcopy Index your code
hub / github.com/IBM/Project_CodeNet / show_tokens

Function show_tokens

tools/json-graph/src/jsonml2jgf.c:352–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352static void show_tokens(Graph g, FILE *fp)
353{
354 if (filename && start_token)
355 /* assume no need to escape filename */
356 fprintf(fp, "0,0,filename,%s\n", filename);
357
358 det_coords_adjust_labels(g);
359 /* First node is root of tree. */
360 show_tokens_aux(g->nodes, 0, 0, fp);
361}
362
363int main(int argc, char *argv[])
364{

Callers 1

mainFunction · 0.85

Calls 2

det_coords_adjust_labelsFunction · 0.85
show_tokens_auxFunction · 0.85

Tested by

no test coverage detected