Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Automattic/mongoose
/ functions
Functions
1,414 in github.com/Automattic/mongoose
⨍
Functions
1,414
◇
Types & classes
14
↓ 1 callers
Function
utf16leWrite
(buf, string, offset, length)
bin/mongoose.debug.js:9881
↓ 1 callers
Function
utf16leWrite
(buf, string, offset, length)
bin/mongoose.js:19487
↓ 1 callers
Function
utf8Slice
(buf, start, end)
bin/mongoose.debug.js:9958
↓ 1 callers
Function
utf8Slice
(buf, start, end)
bin/mongoose.js:19564
↓ 1 callers
Function
utf8Write
(buf, string, offset, length)
bin/mongoose.debug.js:9862
↓ 1 callers
Function
utf8Write
(buf, string, offset, length)
bin/mongoose.js:19468
↓ 1 callers
Function
validate
(ok, validatorProperties)
lib/schematype.js:750
↓ 1 callers
Function
validate
(o)
lib/drivers/node-mongodb-native/connection.js:378
↓ 1 callers
Function
validate
(ok, validatorProperties)
bin/mongoose.debug.js:6875
↓ 1 callers
Function
validate
(ok, validatorProperties)
bin/mongoose.js:9171
↓ 1 callers
Function
validatePath
(path)
lib/document.js:1447
↓ 1 callers
Function
validator
(v, fn)
test/model.test.js:1359
↓ 1 callers
Function
valueFilter
(val, assignmentOpts)
lib/model.js:3580
↓ 1 callers
Function
walkUpdatePath
(schema, obj, op, strict, context, pref)
lib/services/query/castUpdate.js:104
↓ 1 callers
Function
wireup
()
lib/drivers/node-mongodb-native/connection.js:121
↓ 1 callers
Function
withAppended
(target, appendee)
bin/mongoose.js:31033
↓ 1 callers
Function
wrapAsOperationalError
(obj)
bin/mongoose.js:29501
↓ 1 callers
Function
wrapper
(value, action)
bin/mongoose.js:27647
↓ 1 callers
Function
writeDouble
(buf, value, offset, littleEndian, noAssert)
bin/mongoose.debug.js:10328
↓ 1 callers
Function
writeDouble
(buf, value, offset, littleEndian, noAssert)
bin/mongoose.js:19934
↓ 1 callers
Function
writeFloat
(buf, value, offset, littleEndian, noAssert)
bin/mongoose.debug.js:10313
↓ 1 callers
Function
writeFloat
(buf, value, offset, littleEndian, noAssert)
bin/mongoose.js:19919
↓ 1 callers
Function
writeIEEE754
(buffer, value, offset, endian, mLen, nBytes)
bin/mongoose.debug.js:14529
↓ 1 callers
Function
writeStringToArray
(data)
bin/mongoose.debug.js:12075
↓ 1 callers
Function
writeStringToArray
(data)
bin/mongoose.js:13661
↓ 1 callers
Function
writeToTypedArray
(buffer, string, index)
bin/mongoose.debug.js:13221
Function
Aggregate
* Aggregate constructor used for building aggregation pipelines. * * ####Example: * * new Aggregate(); * new Aggregate({ $project: { a: 1
lib/aggregate.js:44
Function
AggregationCursor
* An AggregationCursor is a concurrency primitive for processing aggregation * results one document at a time. It is analogous to QueryCursor. * *
lib/cursor/AggregationCursor.js:30
Function
ArrayIsArray
(obj)
bin/mongoose.js:27880
Function
Async
()
bin/mongoose.js:26457
Function
AsyncInvoke
(fn, receiver, arg)
bin/mongoose.js:26512
Function
AsyncInvokeLater
(fn, receiver, arg)
bin/mongoose.js:26507
Function
AsyncSettlePromises
(promise)
bin/mongoose.js:26517
Function
BSON
* Create a new BSON instance * * @class Represents the BSON Parser * @return {BSON} instance of BSON Parser.
bin/mongoose.debug.js:12821
Function
BSON
()
bin/mongoose.js:13772
Function
BSONRegExp
* A class representation of the BSON RegExp type. * * @class * @return {BSONRegExp} A MinKey instance
bin/mongoose.js:18207
Function
BaseSchema
* Setup
test/model.discriminator.querying.test.js:17
Function
BaseSchema
()
test/model.discriminator.test.js:223
Function
Binary
* A class representation of the BSON Binary type. * * Sub types * - **BSON.BSON_BINARY_SUBTYPE_DEFAULT**, default BSON type. * - **BSON.BSON_BI
bin/mongoose.debug.js:12116
Function
Binary
* A class representation of the BSON Binary type. * * Sub types * - **BSON.BSON_BINARY_SUBTYPE_DEFAULT**, default BSON type. * - **BSON.BSON_BIN
bin/mongoose.js:13415
Function
BinaryParser
(bigEndian, allowExceptions)
bin/mongoose.debug.js:12419
Function
BinaryParserBuffer
* BinaryParser buffer constructor.
bin/mongoose.debug.js:12733
Function
BossBaseSchema
()
test/model.discriminator.test.js:92
Function
Buffer
* Class: Buffer * ============= * * The Buffer constructor returns instances of `Uint8Array` that are augmented * with function properties for all
bin/mongoose.debug.js:9596
Function
Buffer
* Class: Buffer * ============= * * The Buffer constructor returns instances of `Uint8Array` that are augmented * with function properties for all
bin/mongoose.js:19202
Function
CapturedTrace
(parent)
bin/mongoose.js:26875
Function
CastError
* Casting Error constructor. * * @param {String} type * @param {String} value * @inherits MongooseError * @api private
lib/error/cast.js:17
Function
CastError
* Casting Error constructor. * * @param {String} type * @param {String} value * @inherits MongooseError * @api private
bin/mongoose.debug.js:2585
Function
CastError
* Casting Error constructor. * * @param {String} type * @param {String} value * @inherits MongooseError * @api private
bin/mongoose.js:3253
Function
CatchFilter
(instances, callback, promise)
bin/mongoose.js:27368
Function
Code
(code, scope)
bin/mongoose.debug.js:14380
Function
Code
(code, scope)
bin/mongoose.js:14077
Function
Collection
* Abstract Collection constructor * * This is the base class that drivers inherit from and implement. * * @param {String} name name of the collect
lib/collection.js:19
Function
Collection
* Collection base class from which implementations inherit
bin/mongoose.js:23058
Function
Connection
* Connection constructor * * For practical reasons, a Connection equals a Db. * * @param {Mongoose} base a mongoose instance * @inherits NodeJS E
lib/connection.js:55
Function
Context
()
bin/mongoose.js:27430
Function
CustomError
()
test/document.test.js:4204
Function
CustomQuery
(criteria, options)
lib/query.js:170
Function
CustomQuery
(criteria, options)
bin/mongoose.js:23348
Function
DBRef
* A class representation of the BSON DBRef type. * * @class Represents the BSON DBRef type. * @param {String} namespace the collection name. * @pa
bin/mongoose.debug.js:14406
Function
DBRef
* A class representation of the BSON DBRef type. * * @class * @param {string} namespace the collection name. * @param {ObjectID} oid the reference
bin/mongoose.js:14104
Function
Decimal128
* Decimal128 SchemaType constructor. * * @param {String} key * @param {Object} options * @inherits SchemaType * @api public
lib/schema/decimal128.js:22
Function
Decimal128
(bytes)
bin/mongoose.js:14253
Function
DisconnectedError
* Casting Error constructor. * * @param {String} type * @param {String} value * @inherits MongooseError * @api private
lib/error/disconnected.js:16
Function
Disposer
(data, promise, context)
bin/mongoose.js:30820
Function
DivergentArrayError
(paths)
lib/error/divergentArray.js:14
Function
DivergentArrayError
(paths)
bin/mongoose.debug.js:2622
Function
DivergentArrayError
(paths)
bin/mongoose.js:3301
Function
Document
* Document constructor. * * @param {Object} obj the values to set * @param {Object} [fields] optional object containing the fields which were selec
lib/browserDocument.js:30
Function
Document
* Document constructor. * * @param {Object} obj the values to set * @param {Object} [fields] optional object containing the fields which were selec
lib/document.js:44
Function
Document
* Document constructor. * * @param {Object} obj the values to set * @param {Object} [fields] optional object containing the fields which were selec
bin/mongoose.debug.js:140
Function
Document
* Document constructor. * * @param {Object} obj the values to set * @param {Object} [fields] optional object containing the fields which were selec
bin/mongoose.js:185
Function
DocumentArray
* SubdocsArray SchemaType constructor * * @param {String} key * @param {Schema} schema * @param {Object} options * @inherits SchemaArray * @api
lib/schema/documentarray.js:28
Function
DocumentArray
* SubdocsArray SchemaType constructor * * @param {String} key * @param {Schema} schema * @param {Object} options * @inherits SchemaArray * @api
bin/mongoose.debug.js:5038
Function
DocumentArray
* SubdocsArray SchemaType constructor * * @param {String} key * @param {Schema} schema * @param {Object} options * @inherits SchemaArray * @api
bin/mongoose.js:6700
Function
DocumentNotFoundError
(query)
lib/error/notFound.js:16
Function
Double
* A class representation of the BSON Double type. * * @class Represents the BSON Double type. * @param {Number} value the number we want to represe
bin/mongoose.debug.js:14436
Function
Double
* A class representation of the BSON Double type. * * @class * @param {number} value the number we want to represent as a double. * @return {Doubl
bin/mongoose.js:14867
Function
ES6Promise
* ES6 Promise wrapper constructor. * * Promises are returned from executed queries. Example: * * var query = Candy.find({ bar: true }); *
lib/ES6Promise.js:18
Function
ES6Promise
* ES6 Promise wrapper constructor. * * Promises are returned from executed queries. Example: * * var query = Candy.find({ bar: true }); *
bin/mongoose.js:19
Function
Embedded
* Sub-schema schematype constructor * * @param {Schema} schema * @param {String} key * @param {Object} options * @inherits SchemaType * @api pub
lib/schema/embedded.js:26
Function
Embedded
* Sub-schema schematype constructor * * @param {Schema} schema * @param {String} key * @param {Object} options * @inherits SchemaType * @api pub
bin/mongoose.js:7010
Function
EmbeddedDocument
* EmbeddedDocument constructor. * * @param {Object} obj js object returned from the db * @param {MongooseDocumentArray} parentArr the parent array
lib/types/embedded.js:21
Function
EmbeddedDocument
()
lib/schema/documentarray.js:69
Function
EmbeddedDocument
()
bin/mongoose.debug.js:5041
Function
EmbeddedDocument
()
bin/mongoose.js:6702
Function
EventEmitter
()
bin/mongoose.debug.js:10848
Function
EventEmitter
()
bin/mongoose.js:20581
Function
F
()
bin/mongoose.js:26348
Function
From
()
test/utils.test.js:286
Function
FunctionDisposer
(fn, promise, context)
bin/mongoose.js:30859
Function
Holder
(total, fn)
bin/mongoose.js:28192
Function
INTERNAL
()
bin/mongoose.js:28624
Function
Int32
(value)
bin/mongoose.js:15017
Function
Int8
(key, options)
test/docs/schematypes.test.js:30
Function
InternalCache
()
lib/internal.js:10
Function
InternalCache
()
bin/mongoose.debug.js:2928
Function
InternalCache
()
bin/mongoose.js:3710
Function
K
(k)
lib/querystream.js:10
Function
K
(v)
bin/mongoose.debug.js:16824
← previous
next →
901–1,000 of 1,414, ranked by callers