GraphNeighbors returns the local graph (backlinks + related notes) of the subject best matching the query.
(query string)
| 56 | // GraphNeighbors returns the local graph (backlinks + related notes) of the |
| 57 | // subject best matching the query. |
| 58 | GraphNeighbors(query string) (string, error) |
| 59 | } |
| 60 | |
| 61 | // memAdapterHolder wraps the adapter so atomic.Value always receives a |
no outgoing calls
no test coverage detected