Storage Engine API
btree_test_help.cpp File Reference
#include "mongo/db/storage/mmap_v1/btree/btree_test_help.h"
#include "mongo/db/operation_context_noop.h"
#include "mongo/unittest/unittest.h"

Namespaces

 mongo
 Copyright (C) 2014 MongoDB Inc.
 

Functions

string mongo::bigNumString (long long n, int len)
 Generates a string of the specified length containing repeated concatenation of the hexadecimal representation of the input value. More...
 
BSONObj mongo::simpleKey (char c, int n=1)
 Generates key on a field 'a', with the specified number of repetitions of the character. More...