Virtual Method
FoundryVcsfind_commit
Declaration [src]
DexFuture*
find_commit (
FoundryVcs* self,
const char* id
)
Parameters
id
-
Type:
const char*
The identifier of the commit.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
Return value
Type: DexFuture
A DexFuture
that resolves to a
FoundryVcsCommit
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |