mirror of
https://github.com/status-im/sourcecred.git
synced 2025-02-07 18:25:19 +00:00
mirror: remove docs about legacy extract
options (#1612)
Summary: The `options` argument was introduced during the EAV table refactor and dropped once that was complete, so we can remove the docs. Test Plan: None. wchargin-branch: mirror-extract-no-options
This commit is contained in:
parent
ba9cc43a39
commit
115740e7fe
@ -1631,10 +1631,6 @@ export class Mirror {
|
|||||||
* error will be thrown. Furthermore, all transitive dependencies of
|
* error will be thrown. Furthermore, all transitive dependencies of
|
||||||
* the object must have been at least partially loaded at some point,
|
* the object must have been at least partially loaded at some point,
|
||||||
* or an error will be thrown.
|
* or an error will be thrown.
|
||||||
*
|
|
||||||
* The `options` argument to `extract` has no stability guarantees and
|
|
||||||
* may be removed or changed at any time. For information about its
|
|
||||||
* semantics, read the current source code.
|
|
||||||
*/
|
*/
|
||||||
extract(rootId: Schema.ObjectId): mixed {
|
extract(rootId: Schema.ObjectId): mixed {
|
||||||
const db = this._db;
|
const db = this._db;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user