git_buf_contains_nul

Check quickly if buffer contains a NUL byte

extern (C) nothrow @nogc
int
git_buf_contains_nul
(
const(.git_buf)* buf
)

Parameters

buf const(.git_buf)*

Buffer to check

Return Value

Type: int

1 if buffer contains a NUL byte

Meta