Skip to main content

service/subproject_cache_helper

Api Code Documentation / Exports / service/subproject_cache_helper

Table of contents

Functions

Functions

getAllSubprojects

getAllSubprojects(conn, ctx, projectId): Promise<Subproject[]>

Parameters

NameType
connConnToken
ctxCtx
projectIdstring

Returns

Promise<Subproject[]>

Defined in

src/service/subproject_cache_helper.ts:26


getSubproject

getSubproject(conn, ctx, projectId, subprojectId): Promise<Type<Subproject>>

Parameters

NameType
connConnToken
ctxCtx
projectIdstring
subprojectIdstring

Returns

Promise<Type<Subproject>>

Defined in

src/service/subproject_cache_helper.ts:11