MCPcopy Create free account

hub / github.com/Parana-Games/tinymo / functions

Functions145 in github.com/Parana-Games/tinymo

Methodexpression
()
src/expression.ts:5
Methodexpression
()
src/condition.ts:9
Functionfilter
(key: string, comparator: Comparator, value: any)
src/search.ts:13
FunctionfilterBeginsWith
(key: string, value: any)
src/search.ts:17
FunctionfilterBetween
(key: string, value1: any, value2: any)
src/search.ts:20
FunctionfilterContains
(key: string, value: any)
src/search.ts:18
FunctionfilterExists
(key: string)
src/search.ts:14
FunctionfilterIn
(key: string, values: any[])
src/search.ts:21
FunctionfilterNotExists
(key: string)
src/search.ts:15
FunctionfilterSize
(key: string, comparator: Comparator, value: any)
src/search.ts:19
FunctionfilterType
(key: string, type: VerboseType)
src/search.ts:16
Methodget
(tableName: string, key: any)
src/client.ts:43
Methodget
(tableName: string, key: any)
src/transact-get.ts:16
MethodisEmpty
()
src/expression.ts:13
MethodisEmpty
()
src/transaction.ts:15
FunctionisntEmpty
(map: { [key: string]: any })
src/conditionable.ts:7
Methoditems
()
src/batch-write.ts:14
Methodlength
()
src/batch-write.ts:15
Methodlength
()
src/transact-get.ts:8
Methodlength
()
src/transaction.ts:14
Functionnot
applies the NOT logical evaluation operator to the next condition
src/conditionable.ts:20
Functionnot
applies the NOT logical evaluation operator to the next filter statement
src/search.ts:24
Functionor
applies the OR logical evaluation operator to the next condition
src/conditionable.ts:22
Functionor
applies the OR logical evaluation operator to the next filter statement
src/search.ts:26
Methodput
(tableName: string, item: any)
src/batch-write.ts:22
Methodput
(tableName: string, item: any)
src/transaction.ts:22
Methodquery
(tableName: string)
src/client.ts:45
Methodrun
()
src/put.ts:8
Methodrun
()
src/batch-write.ts:20
Methodrun
()
src/update.ts:14
Methodrun
()
src/batch-get.ts:48
Methodrun
()
src/transact-get.ts:14
Methodrun
()
src/query.ts:13
Methodrun
()
src/get.ts:7
Methodrun
()
src/delete.ts:9
Methodrun
()
src/transaction.ts:20
Methodrun
()
src/scan.ts:8
Methodscan
(tableName: string)
src/client.ts:44
MethodsetDocumentClient
(client?: DynamoDBDocumentClient)
src/client.ts:24
MethodtransactGet
()
src/client.ts:48
MethodtransactWriteItem
()
src/put.ts:7
MethodtransactWriteItem
()
src/update.ts:15
MethodtransactWriteItem
()
src/condition-check.ts:9
MethodtransactWriteItem
()
src/delete.ts:7
Methodupdate
(tableName: string, key: any)
src/transaction.ts:28
← previous101–145 of 145, ranked by callers