GraphMap returns the knowledge-graph map-of-content (node counts + hubs).
()
| 53 | type GraphAccessor interface { |
| 54 | // GraphMap returns the knowledge-graph map-of-content (node counts + hubs). |
| 55 | GraphMap() (string, error) |
| 56 | // GraphNeighbors returns the local graph (backlinks + related notes) of the |
| 57 | // subject best matching the query. |
| 58 | GraphNeighbors(query string) (string, error) |
no outgoing calls
no test coverage detected