mirror of
https://github.com/trailofbits/buttercup
synced 2026-06-21 14:11:39 +00:00
af0ceb9e46
* Add doc skeletons * Add API skeleton example * Move graphdb url in settings
16 lines
191 B
Markdown
16 lines
191 B
Markdown
# Program Model API
|
|
|
|
## Example Usage
|
|
|
|
```shell
|
|
cd afc-crs-trail-of-bits/program-model
|
|
|
|
uv run mock/api.py
|
|
```
|
|
|
|
## Getters
|
|
|
|
`get_nodes_by_text`: Get nodes from the graph by text.
|
|
|
|
## Setters
|