Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以这是我正在研究的场景:
我有 3 个库 - A、B 和 C。
foo()
write()
库 C 进行的任何write()调用都将被包装库 B 拦截。但是,我的问题是,如果库 C 调用foo(),write()foo() 中的调用会被 B 拦截吗?
如果A与 链接-wrap=write,foo将调用包装器。如果不是,它不会。
A
-wrap=write
foo
write对in 的调用也是如此C。就呼叫而言A,两者之间没有任何区别。Cwrite
write
C