Home
last modified time | relevance | path

Searched refs:ExportPrunedProject (Results 1 – 3 of 3) sorted by relevance

/dports/devel/dep/dep-0.5.4/gps/
H A Dsource_manager.go114 ExportPrunedProject(context.Context, LockedProject, PruneOptions, string) error methodSpec
564 func (sm *SourceMgr) ExportPrunedProject(ctx context.Context, lp LockedProject, prune PruneOptions,… func
H A Dsolve_basic_test.go1457 func (sm *depspecSourceManager) ExportPrunedProject(context.Context, LockedProject, PruneOptions, s… func
/dports/devel/dep/dep-0.5.4/
H A Dtxn_writer.go599 if err := sm.ExportPrunedProject(context.TODO(), projs[pr], po, to); err != nil {