| 387 | } |
| 388 | |
| 389 | Schema *GraphContext_GetSchema |
| 390 | ( |
| 391 | const GraphContext *gc, |
| 392 | const char *label, |
| 393 | SchemaType t |
| 394 | ) { |
| 395 | int id = _GraphContext_GetLabelID(gc, label, t); |
| 396 | return GraphContext_GetSchemaByID(gc, id, t); |
| 397 | } |
| 398 | |
| 399 | Schema *GraphContext_AddSchema |
| 400 | ( |