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
Name | Type |
---|---|
conn | ConnToken |
ctx | Ctx |
projectId | string |
Returns
Promise
<Subproject
[]>
Defined in
src/service/subproject_cache_helper.ts:27
getSubproject
▸ getSubproject(conn
, ctx
, projectId
, subprojectId
): Promise
<Type
<Subproject
>>
Parameters
Name | Type |
---|---|
conn | ConnToken |
ctx | Ctx |
projectId | string |
subprojectId | string |
Returns
Promise
<Type
<Subproject
>>