Faabric
Topics
Developing Faabric
Code
Namespace list
Class list
Faabric
File func.cpp
View page source
File func.cpp
namespace
faabric
namespace
util
Functions
std
::
string
funcToString
(
const
faabric
::
Message
&
msg
,
bool
includeId
)
std
::
string
funcToString
(
const
std
::
shared_ptr
<
faabric
::
BatchExecuteRequest
>
&
req
)
unsigned
int
setMessageId
(
faabric
::
Message
&
msg
)
std
::
string
buildAsyncResponse
(
const
faabric
::
Message
&
msg
)
std
::
shared_ptr
<
faabric
::
Message
>
messageFactoryShared
(
const
std
::
string
&
user
,
const
std
::
string
&
function
)
faabric
::
Message
messageFactory
(
const
std
::
string
&
user
,
const
std
::
string
&
function
)
std
::
string
resultKeyFromMessageId
(
unsigned
int
mid
)
std
::
string
statusKeyFromMessageId
(
unsigned
int
mid
)
std
::
vector
<
uint8_t
>
messageToBytes
(
const
faabric
::
Message
&
msg
)
std
::
vector
<
std
::
string
>
getArgvForMessage
(
const
faabric
::
Message
&
msg
)
std
::
string
getMainThreadSnapshotKey
(
const
faabric
::
Message
&
msg
)