MCPcopy Index your code
hub / github.com/git/git / push_mark

Function push_mark

object-name.c:659–663  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

657}
658
659static inline int push_mark(const char *string, int len)
660{
661 const char *suffix[] = { "@{push}" };
662 return at_mark(string, len, suffix, ARRAY_SIZE(suffix));
663}
664
665static enum get_oid_result get_oid_1(struct repository *r, const char *name, int len, struct object_id *oid, unsigned lookup_flags);
666static int interpret_nth_prior_checkout(struct repository *r, const char *name, int namelen, struct strbuf *buf);

Callers 1

get_oid_basicFunction · 0.85

Calls 1

at_markFunction · 0.85

Tested by

no test coverage detected