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

Function upstream_mark

object-name.c:653–657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

651}
652
653static inline int upstream_mark(const char *string, int len)
654{
655 const char *suffix[] = { "@{upstream}", "@{u}" };
656 return at_mark(string, len, suffix, ARRAY_SIZE(suffix));
657}
658
659static inline int push_mark(const char *string, int len)
660{

Callers 1

get_oid_basicFunction · 0.85

Calls 1

at_markFunction · 0.85

Tested by

no test coverage detected