MCPcopy Create free account
hub / github.com/hashintel/hash / context

Method context

libs/@local/graph/migrations/src/plan.rs:224–235  ·  view source on GitHub ↗
(self, context: C)

Source from the content-addressed store, hash-verified

222
223impl<L, S> MigrationPlanBuilder<L, S, ()> {
224 pub fn context<C>(self, context: C) -> MigrationPlanBuilder<L, S, C> {
225 MigrationPlanBuilder {
226 target: self.target,
227 migrations: self.migrations,
228 state_store: self.state_store,
229 context,
230 allow_divergent: self.allow_divergent,
231 update_divergent: self.update_divergent,
232 allow_missing: self.allow_missing,
233 remove_missing: self.remove_missing,
234 }
235 }
236}
237
238impl<L, S, C> MigrationPlanBuilder<L, S, C> {

Callers 15

emitMethod · 0.45
create_webMethod · 0.45
create_policyMethod · 0.45
query_policiesMethod · 0.45
update_policy_by_idMethod · 0.45
archive_policy_by_idMethod · 0.45
delete_policy_by_idMethod · 0.45
create_entitiesMethod · 0.45
patch_entityMethod · 0.45
create_property_typesMethod · 0.45
update_property_typesMethod · 0.45
archive_property_typeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected